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:JSScroll
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroll.cpp
97
void
JSScroll
::Create(const JSCallbackInfo& info)
in Create()
124
void
JSScroll
::SetScrollable(int32_t value)
in SetScrollable()
132
void
JSScroll
::SetScrollEnabled(const JSCallbackInfo& args)
in SetScrollEnabled()
137
void
JSScroll
::OnScrollBeginCallback(const JSCallbackInfo& args)
in OnScrollBeginCallback()
170
void
JSScroll
::OnScrollFrameBeginCallback(const JSCallbackInfo& args)
in OnScrollFrameBeginCallback()
199
void
JSScroll
::OnScrollCallback(const JSCallbackInfo& args)
in OnScrollCallback()
213
void
JSScroll
::OnWillScrollCallback(const JSCallbackInfo& args)
in OnWillScrollCallback()
252
void
JSScroll
::OnDidScrollCallback(const JSCallbackInfo& args)
in OnDidScrollCallback()
265
void
JSScroll
::OnScrollEdgeCallback(const JSCallbackInfo& args)
in OnScrollEdgeCallback()
282
void
JSScroll
[all...]
H
A
D
js_scroll.h
24
class
JSScroll
: public JSScrollableBase {
class
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H
A
D
js_component_test_tester.h
46
static napi_value
JSScroll
(napi_env env, napi_callback_info info);
H
A
D
js_component_test_tester.cpp
95
DECLARE_NAPI_FUNCTION("scroll",
JSScroll
),
in DefineComponentTestTester()
583
napi_value ComponentTestTester::
JSScroll
(napi_env env, napi_callback_info info)
in JSScroll()
function in OHOS::Ace::Napi::ComponentTestTester
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_view_register_impl.cpp
515
{ "Scroll",
JSScroll
::JSBind },
619
{ "Scroll",
JSScroll
::JSBind },
H
A
D
jsi_view_register_impl_ng.cpp
434
JSScroll
::JSBind(globalObj);
in JsBindViews()
Completed in 6 milliseconds