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:OnDragListener
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
188
class
OnDragListener
: public HeapBase {
class in OHOS::UIView
236
* @brief A destructor used to delete the <b>
OnDragListener
</b> instance.
240
virtual ~
OnDragListener
() {}
in ~OnDragListener()
578
void SetOnDragListener(
OnDragListener
* onDragListener);
586
OnDragListener
*& GetOnDragListener();
1559
OnDragListener
* onDragListener_;
/foundation/arkui/ui_lite/test/uitest/test_slider/
H
A
D
ui_test_slider.h
28
public UIView::
OnDragListener
{
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H
A
D
ui_test_input_event.cpp
451
UIView::
OnDragListener
* dragListenerParent = new TestOnDragListener(
in SetScrollsListeners()
454
UIView::
OnDragListener
* dragListenerChild =
in SetScrollsListeners()
H
A
D
ui_test_input_event.h
311
class TestOnDragListener : public UIView::
OnDragListener
{
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
event_listener.h
189
class ViewOnTouchListener final : public UIView::
OnDragListener
{
/foundation/arkui/ui_lite/test/unittest/events/
H
A
D
event_bubble_unit_test.cpp
143
class TestOnDragListener : public UIView::
OnDragListener
{
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_view_unit_test.cpp
90
UIView::
OnDragListener
* listener = new UIView::
OnDragListener
();
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
565
void UIView::SetOnDragListener(
OnDragListener
* onDragListener)
in SetOnDragListener()
570
UIView::
OnDragListener
*& UIView::GetOnDragListener()
in GetOnDragListener()
Completed in 11 milliseconds