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:scrollListener
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_view_unit_test.cpp
63
UIScrollView::OnScrollListener*
scrollListener
= new UIScrollView::OnScrollListener();
in HWTEST_F()
local
64
if (
scrollListener
== nullptr) {
in HWTEST_F()
69
scrollListener
->SetScrollState(state);
in HWTEST_F()
70
EXPECT_EQ(
scrollListener
->GetScrollState(), state);
in HWTEST_F()
73
scrollListener
->SetScrollState(state);
in HWTEST_F()
74
EXPECT_EQ(
scrollListener
->GetScrollState(), state);
in HWTEST_F()
75
delete
scrollListener
;
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
86
void RegisterScrollListener(ArcLabelScrollListener*
scrollListener
)
in RegisterScrollListener()
argument
88
scrollListener_ =
scrollListener
;
in RegisterScrollListener()
155
animator_.
scrollListener
= nullptr;
in orientation_()
441
animator->RegisterScrollListener(animator_.
scrollListener
);
in Start()
464
void UIArcLabel::RegisterScrollListener(ArcLabelScrollListener*
scrollListener
)
in RegisterScrollListener()
argument
467
static_cast<ArcLabelAnimator*>(animator_.animator)->RegisterScrollListener(
scrollListener
);
in RegisterScrollListener()
469
animator_.
scrollListener
=
scrollListener
;
in RegisterScrollListener()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_scroll_view.h
228
* @param
scrollListener
Indicates the listener to register. For details, see {@link OnScrollListener}.
232
void RegisterScrollListener(OnScrollListener*
scrollListener
)
in RegisterScrollListener()
argument
234
scrollListener_ =
scrollListener
;
in RegisterScrollListener()
H
A
D
ui_arc_label.h
380
* @param
scrollListener
Indicates the listener to register.
382
void RegisterScrollListener(ArcLabelScrollListener*
scrollListener
);
449
ArcLabelScrollListener*
scrollListener
;
member
H
A
D
ui_list.h
339
* @param
scrollListener
Indicates the listener to set.
343
void SetScrollStateListener(ListScrollListener*
scrollListener
)
in SetScrollStateListener()
argument
345
scrollListener_ =
scrollListener
;
in SetScrollStateListener()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
base_text_select_overlay.cpp
1010
auto
scrollListener
= AceType::MakeRefPtr<ScrollingListener>(scrollCallback);
in RegisterScrollingListener()
local
1011
pattern->RegisterScrollingListener(
scrollListener
);
in RegisterScrollingListener()
Completed in 7 milliseconds