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:scrollUp
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_properties.h
160
NestedScrollMode
scrollUp
;
member
167
return "NestedScrollOptionsExt
scrollUp
: " + std::to_string(static_cast<int32_t>(
scrollUp
)) +
in ToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_test_ng_supplement.cpp
1340
nestedScroll.
scrollUp
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1345
EXPECT_EQ(webPattern->nestedScroll_.
scrollUp
, nestedScroll.
scrollUp
);
in HWTEST_F()
1371
nestedScroll.
scrollUp
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1376
EXPECT_EQ(webPattern->nestedScroll_.
scrollUp
, nestedScroll.
scrollUp
);
in HWTEST_F()
1527
webPattern->nestedScroll_.
scrollUp
= NestedScrollMode::PARENT_FIRST;
in HWTEST_F()
1857
webPattern->nestedScroll_.
scrollUp
= NestedScrollMode::PARENT_FIRST;
in HWTEST_F()
H
A
D
web_pattern_keyboard_test_ng.cpp
66
nestedScroll.
scrollUp
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
73
expectedOptions.backward = nestedScroll.
scrollUp
;
in HWTEST_F()
77
EXPECT_EQ(webPattern->nestedScroll_.
scrollUp
, nestedScroll.
scrollUp
);
in HWTEST_F()
H
A
D
web_model_test_ng.cpp
1233
NestedScrollOptionsExt.
scrollUp
= NestedScrollMode::SELF_FIRST;
in HWTEST_F()
1237
EXPECT_EQ(webPattern->nestedScroll_.
scrollUp
, NestedScrollMode::SELF_FIRST);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model_ng.cpp
50
.
scrollUp
= NestedScrollMode::SELF_FIRST,
in Create()
78
.
scrollUp
= NestedScrollMode::SELF_FIRST,
in Create()
H
A
D
web_pattern.cpp
5938
if (nestedScroll.
scrollUp
== nestedScroll.scrollLeft) {
in SetNestedScrollExt()
5939
nestedOpt.backward = nestedScroll.
scrollUp
;
in SetNestedScrollExt()
6055
return (directValue > 0 && nestedScroll.
scrollUp
== scrollMode &&
in CheckParentScroll()
6068
return (directValue < 0 && nestedScroll.
scrollUp
== scrollMode &&
in CheckOverParentScroll()
H
A
D
web_pattern.h
1181
.
scrollUp
= NestedScrollMode::SELF_ONLY,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
5032
.
scrollUp
= NestedScrollMode::SELF_FIRST,
in SetNestedScroll()
5051
nestedOpt.
scrollUp
= static_cast<NestedScrollMode>(backward);
in SetNestedScroll()
5054
int32_t
scrollUp
= -1;
in SetNestedScroll()
local
5055
JSViewAbstract::ParseJsInt32(obj->GetProperty("
scrollUp
"),
scrollUp
);
in SetNestedScroll()
5056
if (CheckNestedScrollMode(
scrollUp
)) {
in SetNestedScroll()
5057
nestedOpt.
scrollUp
= static_cast<NestedScrollMode>(
scrollUp
);
in SetNestedScroll()
Completed in 34 milliseconds