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:scrollStart
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H
A
D
scrollable_event_test.cpp
270
* @tc.steps: step1. Initialize isScrollStartCalled flag and
scrollStart
callback function
in HWTEST_F()
273
auto
scrollStart
= [&isScrollStartCalled]() {
in HWTEST_F()
local
280
ScrollableModelNG::SetOnScrollStart(AceType::RawPtr(node_), std::move(
scrollStart
));
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_scroller_event_test_ng.cpp
244
auto
scrollStart
= [&isScrollStartCalled]() { isScrollStartCalled = true; };
in HWTEST_F()
local
249
model.SetOnScrollStart(
scrollStart
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroll.cpp
300
auto
scrollStart
= [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]() {
in OnScrollStartCallback()
local
304
ScrollModel::GetInstance()->SetOnScrollStart(std::move(
scrollStart
));
in OnScrollStartCallback()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H
A
D
water_flow_scroller_test_ng.cpp
380
auto
scrollStart
= [&isScrollStartCalled]() { isScrollStartCalled = true; };
in HWTEST_F()
local
383
model.SetOnScrollStart(
scrollStart
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_scroller_event_test_ng.cpp
388
auto
scrollStart
= [&isScrollStartCalled]() { isScrollStartCalled = true; };
in HWTEST_F()
local
392
model.SetOnScrollStart(
scrollStart
);
in HWTEST_F()
441
auto
scrollStart
= [&isScrollStartCalled]() { isScrollStartCalled = true; };
in HWTEST_F()
local
445
model.SetOnScrollStart(
scrollStart
);
in HWTEST_F()
460
//
scrollStart
again, before layout
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
310
// use first scroll update to trigger
scrollStart
. Ignore SCROLL_FROM_START.
in CoordinateWithRefresh()
565
auto
scrollStart
= [weak = WeakClaim(this)](float position) {
in SetOnScrollStartRec()
local
571
scrollable->SetOnScrollStartRec(std::move(
scrollStart
));
in SetOnScrollStartRec()
Completed in 18 milliseconds