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:SCROLL_STATE_STOP
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_scroll_view.h
55
* either be {@link
SCROLL_STATE_STOP
} or {@link SCROLL_STATE_MOVE}.
63
* {@link
SCROLL_STATE_STOP
}.
67
OnScrollListener() : state_(
SCROLL_STATE_STOP
) {}
in OnScrollListener()
95
* @return Returns the scroll state, either {@link
SCROLL_STATE_STOP
} or {@link SCROLL_STATE_MOVE}.
109
static constexpr uint8_t
SCROLL_STATE_STOP
= 0;
member in OHOS::UIScrollView::OnScrollListener
H
A
D
ui_list.h
51
*
SCROLL_STATE_STOP
} or {@link SCROLL_STATE_MOVE}.
59
* {@link
SCROLL_STATE_STOP
}.
63
ListScrollListener() : state_(
SCROLL_STATE_STOP
) {}
in ListScrollListener()
139
* @return Returns the scroll state, either {@link
SCROLL_STATE_STOP
} or {@link SCROLL_STATE_MOVE}.
153
static constexpr uint8_t
SCROLL_STATE_STOP
= 0;
member in OHOS::ListScrollListener
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
63
scrollListener_->SetScrollState(OnScrollListener::
SCROLL_STATE_STOP
);
in OnDragEndEvent()
174
scrollListener_->SetScrollState(OnScrollListener::
SCROLL_STATE_STOP
);
in ScrollBy()
246
(scrollListener_->GetScrollState() == OnScrollListener::
SCROLL_STATE_STOP
)) {
in MoveOffset()
308
scrollListener_->SetScrollState(OnScrollListener::
SCROLL_STATE_STOP
);
in StopAnimator()
H
A
D
ui_list.cpp
221
scrollListener_->SetScrollState(ListScrollListener::
SCROLL_STATE_STOP
);
in OnDragEndEvent()
256
scrollListener_->SetScrollState(ListScrollListener::
SCROLL_STATE_STOP
);
in ScrollBy()
352
if (scrollListener_ && (scrollListener_->GetScrollState() == ListScrollListener::
SCROLL_STATE_STOP
)) {
in MoveOffset()
714
scrollListener_->SetScrollState(ListScrollListener::
SCROLL_STATE_STOP
);
in StopAnimator()
H
A
D
ui_picker.cpp
326
listListener_->SetScrollState(ListScrollListener::
SCROLL_STATE_STOP
);
in RefreshSelected()
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H
A
D
ui_test_ui_list.cpp
446
if (GetScrollState() ==
SCROLL_STATE_STOP
) {
in OnScrollStart()
457
if (GetScrollState() ==
SCROLL_STATE_STOP
) {
in OnScrollEnd()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_view_unit_test.cpp
72
state = UIScrollView::OnScrollListener::
SCROLL_STATE_STOP
;
in HWTEST_F()
Completed in 6 milliseconds