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:scrollDown
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_properties.h
161
NestedScrollMode
scrollDown
;
member
168
",
scrollDown
: " + std::to_string(static_cast<int32_t>(
scrollDown
)) +
in ToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_test_ng_supplement.cpp
1217
webPattern->nestedScroll_.
scrollDown
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1219
webPattern->nestedScroll_.
scrollDown
= NestedScrollMode::SELF_FIRST;
in HWTEST_F()
1342
nestedScroll.
scrollDown
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1347
EXPECT_EQ(webPattern->nestedScroll_.
scrollDown
, nestedScroll.
scrollDown
);
in HWTEST_F()
1373
nestedScroll.
scrollDown
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1378
EXPECT_EQ(webPattern->nestedScroll_.
scrollDown
, nestedScroll.
scrollDown
);
in HWTEST_F()
H
A
D
web_pattern_keyboard_test_ng.cpp
67
nestedScroll.
scrollDown
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
72
expectedOptions.forward = nestedScroll.
scrollDown
;
in HWTEST_F()
78
EXPECT_EQ(webPattern->nestedScroll_.
scrollDown
, nestedScroll.
scrollDown
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model_ng.cpp
51
.
scrollDown
= NestedScrollMode::SELF_FIRST,
in Create()
79
.
scrollDown
= NestedScrollMode::SELF_FIRST,
in Create()
H
A
D
web_pattern.cpp
5941
if (nestedScroll.
scrollDown
== nestedScroll.scrollRight) {
in SetNestedScrollExt()
5942
nestedOpt.forward = nestedScroll.
scrollDown
;
in SetNestedScrollExt()
6059
(directValue < 0 && nestedScroll.
scrollDown
== scrollMode &&
in CheckParentScroll()
6072
(directValue > 0 && nestedScroll.
scrollDown
== scrollMode &&
in CheckOverParentScroll()
H
A
D
web_pattern.h
1182
.
scrollDown
= NestedScrollMode::SELF_ONLY,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
5033
.
scrollDown
= NestedScrollMode::SELF_FIRST,
in SetNestedScroll()
5045
nestedOpt.
scrollDown
= static_cast<NestedScrollMode>(froward);
in SetNestedScroll()
5059
int32_t
scrollDown
= -1;
in SetNestedScroll()
local
5060
JSViewAbstract::ParseJsInt32(obj->GetProperty("
scrollDown
"),
scrollDown
);
in SetNestedScroll()
5061
if (CheckNestedScrollMode(
scrollDown
)) {
in SetNestedScroll()
5062
nestedOpt.
scrollDown
= static_cast<NestedScrollMode>(
scrollDown
);
in SetNestedScroll()
Completed in 32 milliseconds