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:OnTouchListener
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
250
class
OnTouchListener
: public HeapBase {
class in OHOS::UIView
298
* @brief A destructor used to delete the <b>
OnTouchListener
</b> instance.
302
virtual ~
OnTouchListener
() {}
in ~OnTouchListener()
626
void SetOnTouchListener(
OnTouchListener
* onTouchListener);
634
OnTouchListener
*& GetTouchListener();
1560
OnTouchListener
* onTouchListener_;
H
A
D
ui_video.h
57
public UIView::
OnTouchListener
,
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.h
28
class UITestRotateInput : public UITest, UIView::
OnTouchListener
{
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H
A
D
ui_test_input_event.cpp
355
UIView::
OnTouchListener
* touchListenerParent = new TestOnTouchListener(
in SetViewAndContainerListeners()
358
UIView::
OnTouchListener
* touchListenerChild =
in SetViewAndContainerListeners()
442
UIView::
OnTouchListener
* touchListenerParent = new TestOnTouchListener(
in SetScrollsListeners()
445
UIView::
OnTouchListener
* touchListenerChild =
in SetScrollsListeners()
H
A
D
ui_test_input_event.h
269
class TestOnTouchListener : public UIView::
OnTouchListener
{
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.h
37
public UIView::
OnTouchListener
,
/foundation/arkui/ui_lite/test/unittest/events/
H
A
D
event_bubble_unit_test.cpp
129
class TestOnTouchListener : public UIView::
OnTouchListener
{
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_view_unit_test.cpp
144
UIView::
OnTouchListener
* listener = new UIView::
OnTouchListener
();
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
595
void UIView::SetOnTouchListener(
OnTouchListener
* onTouchListener)
in SetOnTouchListener()
600
UIView::
OnTouchListener
*& UIView::GetTouchListener()
in GetTouchListener()
Completed in 10 milliseconds