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:scrollRight
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_properties.h
163
NestedScrollMode
scrollRight
;
member
170
",
scrollRight
: " + std::to_string(static_cast<int32_t>(
scrollRight
));
in ToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_test_ng_supplement.cpp
1181
webPattern->nestedScroll_.
scrollRight
= NestedScrollMode::SELF_FIRST;
in HWTEST_F()
1343
nestedScroll.
scrollRight
= NestedScrollMode::SELF_ONLY;
in HWTEST_F()
1348
EXPECT_EQ(webPattern->nestedScroll_.
scrollRight
, nestedScroll.
scrollRight
);
in HWTEST_F()
1374
nestedScroll.
scrollRight
= NestedScrollMode::SELF_FIRST;
in HWTEST_F()
1379
EXPECT_EQ(webPattern->nestedScroll_.
scrollRight
, nestedScroll.
scrollRight
);
in HWTEST_F()
H
A
D
web_pattern_keyboard_test_ng.cpp
80
EXPECT_EQ(webPattern->nestedScroll_.
scrollRight
, nestedScroll.
scrollRight
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model_ng.cpp
53
.
scrollRight
= NestedScrollMode::SELF_FIRST,
in Create()
81
.
scrollRight
= NestedScrollMode::SELF_FIRST,
in Create()
H
A
D
web_pattern.h
1184
.
scrollRight
= NestedScrollMode::SELF_ONLY,
H
A
D
web_pattern.cpp
5941
if (nestedScroll.scrollDown == nestedScroll.
scrollRight
) {
in SetNestedScrollExt()
6061
(directValue < 0 && nestedScroll.
scrollRight
== scrollMode &&
in CheckParentScroll()
6074
(directValue > 0 && nestedScroll.
scrollRight
== scrollMode &&
in CheckOverParentScroll()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
5035
.
scrollRight
= NestedScrollMode::SELF_FIRST,
in SetNestedScroll()
5046
nestedOpt.
scrollRight
= static_cast<NestedScrollMode>(froward);
in SetNestedScroll()
5069
int32_t
scrollRight
= -1;
in SetNestedScroll()
local
5070
JSViewAbstract::ParseJsInt32(obj->GetProperty("
scrollRight
"),
scrollRight
);
in SetNestedScroll()
5071
if (CheckNestedScrollMode(
scrollRight
)) {
in SetNestedScroll()
5072
nestedOpt.
scrollRight
= static_cast<NestedScrollMode>(
scrollRight
);
in SetNestedScroll()
Completed in 33 milliseconds