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:Fling
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H
A
D
scrollable_fling_test_ng.cpp
79
* @tc.desc: Test nested
Fling
97
* Call the
Fling
method and pass the correctVelocity parameter
in HWTEST_F()
108
scrollPn->
Fling
(correctVelocity);
in HWTEST_F()
115
* @tc.desc: Test nested
Fling
182
* Call the
Fling
method and pass the correctVelocity parameter
in HWTEST_F()
193
scrollPn->
Fling
(correctVelocity);
in HWTEST_F()
200
* @tc.desc: Test nested
Fling
269
* Call the
Fling
method and pass the correctVelocity parameter
in HWTEST_F()
280
scrollPn->
Fling
(correctVelocity);
in HWTEST_F()
287
* @tc.desc: Test nested
Fling
[all...]
H
A
D
scrollable_test_ng.cpp
1263
* @tc.desc: Test nested
Fling
1275
* @tc.steps: step2. Call the
Fling
method and the flingVelocity is 3000
in HWTEST_F()
1285
scrollPn->
Fling
(correctVelocity);
in HWTEST_F()
H
A
D
scrollable_cover_test_ng.cpp
1107
* @tc.desc: Test the behaviour of the
Fling
method
1128
* @tc.steps: step2. Test
Fling
in HWTEST_F()
1132
controller->
Fling
(flingVelocity);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_controller.h
49
void
Fling
(double flingVelocity) override;
H
A
D
scrollable_controller.cpp
118
void ScrollableController::
Fling
(double flingVelocity)
in Fling()
function in OHOS::Ace::NG::ScrollableController
124
ACE_SCOPED_TRACE("
Fling
, flingVelocity:%f, id:%d, tag:%s", static_cast<float>(flingVelocity),
in Fling()
126
pattern->
Fling
(flingVelocity);
in Fling()
H
A
D
scrollable_pattern.h
476
virtual void
Fling
(double flingVelocity);
H
A
D
scrollable_pattern.cpp
2283
Fling
(remainVelocity);
in RemainVelocityToChild()
2489
void ScrollablePattern::
Fling
(double flingVelocity)
in Fling()
function in OHOS::Ace::NG::ScrollablePattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroller.h
37
void
Fling
(const JSCallbackInfo& args);
H
A
D
js_scroller.cpp
71
JSClass<JSScroller>::CustomMethod("fling", &JSScroller::
Fling
);
in JSBind()
199
void JSScroller::
Fling
(const JSCallbackInfo& args)
in Fling()
function in OHOS::Ace::Framework::JSScroller
217
scrollController->
Fling
(flingVelocity);
in Fling()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_controller_base.h
97
virtual void
Fling
(double flingVelocity) {}
in Fling()
function in OHOS::Ace::ScrollControllerBase
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_controller_test_ng.cpp
318
* @tc.desc: Test
Fling
329
* @tc.steps: step1.
Fling
, the flingVelocity greater than 0
in HWTEST_F()
335
positionController_->
Fling
(flingVelocity);
in HWTEST_F()
341
* @tc.steps: step2.
Fling
, the flingVelocity less than 0
in HWTEST_F()
344
positionController_->
Fling
(-flingVelocity);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_scroll_modifier.cpp
502
scrollControllerBase->
Fling
(value);
in SetScrollFling()
Completed in 26 milliseconds