Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CancelEvent
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/events/
H
A
D
cancel_event.h
48
class
CancelEvent
: public Event {
class
51
* @brief A constructor used to create a <b>
CancelEvent
</b> instance.
56
CancelEvent
(const Point& pos) : Event(pos) {}
in CancelEvent()
function in OHOS::CancelEvent
59
* @brief A destructor used to delete the <b>
CancelEvent
</b> instance.
63
virtual ~
CancelEvent
() {}
in ~CancelEvent()
/foundation/arkui/ui_lite/test/unittest/events/
H
A
D
cancel_event_unit_test.cpp
30
static
CancelEvent
* cancelEvent_;
33
CancelEvent
* CancelEventTest::cancelEvent_ = nullptr;
38
cancelEvent_ = new
CancelEvent
(INIT_POS);
in SetUpTestCase()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
long_frame_report_impl.cpp
35
void LongFrameReportImpl::
CancelEvent
()
in CancelEvent()
function in OHOS::Ace::LongFrameReportImpl
51
static_cast<LongFrameReportImpl*>(reporter)->
CancelEvent
();
in ReportEndEvent()
H
A
D
long_frame_report_impl.h
28
void
CancelEvent
();
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H
A
D
ui_test_input_event.h
81
bool OnCancelEvent(const
CancelEvent
& event) override
178
bool OnCancelEvent(const
CancelEvent
& event) override
294
virtual bool OnCancel(UIView& view, const
CancelEvent
& event)
in OnCancel()
/foundation/arkui/ui_lite/frameworks/dock/
H
A
D
pointer_input_device.cpp
297
CancelEvent
evt(lastPos_);
in DispatchCancelEvent()
301
CancelEvent
evtParent(lastPos_);
in DispatchCancelEvent()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
event_listener.cpp
56
bool ViewOnTouchCancelListener::OnCancel(UIView &view, const
CancelEvent
&event)
in OnCancel()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
292
virtual bool OnCancel(UIView& view, const
CancelEvent
& event)
in OnCancel()
570
virtual bool OnCancelEvent(const
CancelEvent
& event);
H
A
D
ui_button.h
144
* @fn virtual void UIButton::OnCancelEvent(const
CancelEvent
& event) override;
150
bool OnCancelEvent(const
CancelEvent
& event) override;
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_button.cpp
185
bool UIButton::OnCancelEvent(const
CancelEvent
& event)
in OnCancelEvent()
H
A
D
ui_view.cpp
555
bool UIView::OnCancelEvent(const
CancelEvent
& event)
in OnCancelEvent()
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H
A
D
ui_test_event_injector.cpp
115
bool OnCancelEvent(const
CancelEvent
& event) override
Completed in 8 milliseconds