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
defs:scrollState
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_position_controller.cpp
22
ScrollEventInfo::ScrollEventInfo(ScrollEvent type, double scrollX, double scrollY, int32_t
scrollState
)
in ScrollEventInfo()
argument
H
A
D
scrollable.cpp
392
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollParentFirst()
local
432
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollSelfFirst()
local
501
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollParallel()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H
A
D
water_flow_top_down_test.cpp
209
ScrollState
scrollState
= ScrollState::IDLE;
in HWTEST_F()
local
270
ScrollState
scrollState
= ScrollState::IDLE;
in HWTEST_F()
local
[all...]
H
A
D
water_flow_scroller_test_ng.cpp
265
ScrollState
scrollState
= ScrollState::IDLE;
in HWTEST_F()
local
309
ScrollState
scrollState
= ScrollState::IDLE;
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_scroller_event_test_ng.cpp
94
ScrollState
scrollState
;
in HWTEST_F()
local
492
ScrollState
scrollState
;
HWTEST_F()
local
575
ScrollState
scrollState
;
HWTEST_F()
local
630
ScrollState
scrollState
;
HWTEST_F()
local
690
ScrollState
scrollState
;
HWTEST_F()
local
753
ScrollState
scrollState
;
HWTEST_F()
local
809
ScrollState
scrollState
;
HWTEST_F()
local
864
ScrollState
scrollState
;
HWTEST_F()
local
925
ScrollState
scrollState
;
HWTEST_F()
local
986
ScrollState
scrollState
;
HWTEST_F()
local
1043
ScrollState
scrollState
;
HWTEST_F()
local
1099
ScrollState
scrollState
;
HWTEST_F()
local
1161
ScrollState
scrollState
;
HWTEST_F()
local
1224
ScrollState
scrollState
;
HWTEST_F()
local
1280
ScrollState
scrollState
;
HWTEST_F()
local
1336
ScrollState
scrollState
;
HWTEST_F()
local
1398
ScrollState
scrollState
;
HWTEST_F()
local
1458
ScrollState
scrollState
;
HWTEST_F()
local
1523
ScrollState
scrollState
;
HWTEST_F()
local
1590
ScrollState
scrollState
;
HWTEST_F()
local
1657
ScrollState
scrollState
;
HWTEST_F()
local
1724
ScrollState
scrollState
;
HWTEST_F()
local
1791
ScrollState
scrollState
;
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H
A
D
scrollable_event_test.cpp
367
ScrollState
scrollState
= ScrollState::IDLE;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H
A
D
scroll_pattern.cpp
424
auto
scrollState
= GetScrollState();
in FireOnDidScroll()
local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_client_impl.cpp
1010
void WebClientImpl::OnScrollState(bool
scrollState
)
in OnScrollState()
argument
H
A
D
web_delegate.cpp
6575
void WebDelegate::OnScrollState(bool
scrollState
)
in OnScrollState()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
sheet_presentation_pattern.cpp
2326
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in GetSheetTypeWithAuto()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
2031
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollParentFirst()
local
2075
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollSelfFirst()
local
2118
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollSelfOnly()
local
2150
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
in HandleScrollParallel()
local
2221
ScrollState
scrollState
= source == SCROLL_FROM_ANIMATION ? ScrollState::FLING : ScrollState::SCROLL;
HandleScroll()
local
2567
auto
scrollState
= GetScrollState();
FireOnScroll()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
mock_web_delegate.cpp
1042
void WebDelegate::OnScrollState(bool
scrollState
) {}
in OnScrollState()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
5837
void WebPattern::OnScrollState(bool
scrollState
)
in OnScrollState()
argument
Completed in 43 milliseconds