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:OnScrollEnd
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
refresh_coordination.h
38
void
OnScrollEnd
(float mainVelocity) const;
H
A
D
refresh_coordination.cpp
68
void RefreshCoordination::
OnScrollEnd
(float mainVelocity) const
in OnScrollEnd()
function in OHOS::Ace::NG::RefreshCoordination
H
A
D
scrollable_pattern.cpp
336
refreshCoordination_->
OnScrollEnd
(GetVelocity());
in CoordinateWithRefresh()
453
void ScrollablePattern::
OnScrollEnd
()
in OnScrollEnd()
function in OHOS::Ace::NG::ScrollablePattern
455
// Previous: Sets ScrollablePattern::
OnScrollEnd
to Scrollable->scrollEndCallback_
in OnScrollEnd()
459
// calls
OnScrollEnd
in ScrollablePattern
in OnScrollEnd()
462
refreshCoordination_->
OnScrollEnd
(GetVelocity());
in OnScrollEnd()
591
pattern->
OnScrollEnd
();
in SetScrollEndCallback()
904
pattern->
OnScrollEnd
();
in RegisterScrollBarEventTask()
1136
pattern->
OnScrollEnd
();
in SetScrollBarProxy()
1946
OnScrollEnd
();
in ProcessSpringEffect()
2303
OnScrollEnd
();
in HandleScrollableOverScroll()
[all...]
H
A
D
scrollable_pattern.h
849
void
OnScrollEnd
();
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
62
scrollListener_->
OnScrollEnd
();
in OnDragEndEvent()
173
scrollListener_->
OnScrollEnd
();
in ScrollBy()
307
scrollListener_->
OnScrollEnd
();
in StopAnimator()
H
A
D
ui_list.cpp
222
scrollListener_->
OnScrollEnd
(onSelectedIndex_, onSelectedView_);
in OnDragEndEvent()
257
scrollListener_->
OnScrollEnd
(onSelectedIndex_, onSelectedView_);
in ScrollBy()
715
scrollListener_->
OnScrollEnd
(onSelectedIndex_, onSelectedView_);
in StopAnimator()
H
A
D
ui_picker.cpp
60
void PickerListScrollListener::
OnScrollEnd
(int16_t index, UIView* view)
in OnScrollEnd()
function in OHOS::PickerListScrollListener
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_scroll_view.h
90
virtual void
OnScrollEnd
() {}
in OnScrollEnd()
function in OHOS::UIScrollView::OnScrollListener
H
A
D
ui_picker.h
51
void
OnScrollEnd
(int16_t index, UIView* view) override;
H
A
D
ui_list.h
94
virtual void
OnScrollEnd
(int16_t index, UIView* view) {}
in OnScrollEnd()
function in OHOS::ListScrollListener
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H
A
D
ui_test_ui_list.h
37
void
OnScrollEnd
(int16_t index, UIView* view) override;
H
A
D
ui_test_ui_list.cpp
455
void UITestUIList::
OnScrollEnd
(int16_t index, UIView* view)
in OnScrollEnd()
function in OHOS::UITestUIList
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H
A
D
render_grid.h
172
void
OnScrollEnd
() const;
H
A
D
render_grid.cpp
961
OnScrollEnd
();
in HandleScrollEnd()
1003
void RenderGrid::
OnScrollEnd
() const
in OnScrollEnd()
function in RenderGrid
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H
A
D
ui_test_ui_scroll_view.cpp
45
void
OnScrollEnd
() override
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
event_listener.h
304
void
OnScrollEnd
(int16_t index, UIView* view) override
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_scroller_event_test_ng.cpp
46
* @tc.steps: step1. Test OnScrollPosition/
OnScrollEnd
.
in HWTEST_F()
56
pattern_->
OnScrollEnd
();
in HWTEST_F()
67
pattern_->
OnScrollEnd
();
in HWTEST_F()
69
pattern_->
OnScrollEnd
();
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H
A
D
scrollable_fling_test_ng.cpp
1554
* @tc.desc: Test CreateCoordinationEvent without OnScrollStart
OnScrollEnd
1590
refreshCoordination->
OnScrollEnd
(2.0f);
in HWTEST_F()
H
A
D
scrollable_cover_test_ng.cpp
791
* @tc.desc: Test both methods of OnScrollStart and
OnScrollEnd
to ensure callback is correctly set and callable
828
* @tc.steps: step3. Call the
OnScrollEnd
and verify the expected behavior
in HWTEST_F()
830
scrollPn->refreshCoordination_->
OnScrollEnd
(70.0f);
in HWTEST_F()
Completed in 25 milliseconds