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:edgeType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroller.cpp
182
ScrollEdgeType
edgeType
= EDGE_TYPE_TABLE[static_cast<int32_t>(edge)];
in ScrollEdge()
local
191
scrollController->ScrollToEdge(
edgeType
, velocity);
in ScrollEdge()
196
scrollController->ScrollToEdge(
edgeType
, true);
in ScrollEdge()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H
A
D
render_grid_scroll.h
122
void ScrollToEdge(ScrollEdgeType
edgeType
, bool smooth);
H
A
D
render_grid_scroll.cpp
1583
void RenderGridScroll::ScrollToEdge(OHOS::Ace::ScrollEdgeType
edgeType
, bool smooth)
in ScrollToEdge()
argument
1585
if (
edgeType
!= ScrollEdgeType::SCROLL_TOP) {
in ScrollToEdge()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
4406
auto
edgeType
= static_cast<TransitionEdge>(value);
in SetMoveTransition()
local
4428
moveEffect = AceType::MakeRefPtr<NG::ChainedMoveEffect>(
edgeType
);
in SetMoveTransition()
4461
moveAnimationStruct.
edgeType
= static_cast<ArkUI_Int32>(moveEffect->GetEffect());
in GetMoveTransition()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
9116
int
edgeType
= ArkUI_TransitionEdge::ARKUI_TRANSITION_EDGE_START;
in SetMoveTransition()
local
9120
edgeType
= item->value[NUM_0].i32;
in SetMoveTransition()
9124
node->uiNodeHandle,
edgeType
, &animationOption);
in SetMoveTransition()
10698
g_numberValues[0].i32 = moveTransition.
edgeType
;
in GetMoveTransition()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
548
ArkUI_Int32
edgeType
;
member
Completed in 58 milliseconds