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:scrollComponent
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
scroll_model_impl.cpp
30
auto
scrollComponent
= AceType::MakeRefPtr<OHOS::Ace::ScrollComponent>(child);
in Create()
local
31
ViewStackProcessor::GetInstance()->ClaimElementId(
scrollComponent
);
in Create()
33
scrollComponent
->SetScrollPositionController(positionController);
in Create()
34
ViewStackProcessor::GetInstance()->Push(
scrollComponent
);
in Create()
141
auto
scrollComponent
= AceType::DynamicCast<ScrollComponent>(ViewStackProcessor::GetInstance()->GetMainComponent());
in SetEdgeEffect()
local
142
CHECK_NULL_VOID(
scrollComponent
);
in SetEdgeEffect()
151
scrollComponent
->SetScrollEffect(scrollEdgeEffect);
in SetEdgeEffect()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_component_api_bridge.cpp
54
auto
scrollComponent
= domNode->GetScrollComponent();
in JsGetScrollOffset()
55
if (!
scrollComponent
) {
in JsGetScrollOffset()
58
auto controller =
scrollComponent
->GetScrollPositionController();
in JsGetScrollOffset()
164
auto
scrollComponent
= domNode->GetScrollComponent();
in JsScrollTo()
165
if (!
scrollComponent
) {
in JsScrollTo()
168
auto controller =
scrollComponent
->GetScrollPositionController();
in JsScrollTo()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_node.cpp
249
auto
scrollComponent
= GetScrollComponent();
in OnScrollBy()
local
250
if (!
scrollComponent
) {
in OnScrollBy()
253
auto positionController =
scrollComponent
->GetScrollPositionController();
in OnScrollBy()
Completed in 5 milliseconds