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
defs:intervalSize
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_event_test_ng.cpp
669
const float
intervalSize
= 90; // check align start
in HWTEST_F()
local
752
const float
intervalSize
= 90; // check align end
HWTEST_F()
local
814
const float
intervalSize
= 90;
HWTEST_F()
local
905
float
intervalSize
= 0;
HWTEST_F()
local
967
float
intervalSize
= 0;
HWTEST_F()
local
1017
float
intervalSize
= 0;
HWTEST_F()
local
1088
float
intervalSize
= 0;
HWTEST_F()
local
1150
float
intervalSize
= 0;
HWTEST_F()
local
1296
Dimension
intervalSize
= Dimension(10.f);
HWTEST_F()
local
1436
const float
intervalSize
= 90;
HWTEST_F()
local
[all...]
H
A
D
scroll_inner_event_test_ng.cpp
614
float
intervalSize
= 100;
in HWTEST_F()
local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H
A
D
wifi_scan_stub_lite.cpp
126
int
intervalSize
= 0;
in OnSetScanControlInfo()
local
H
A
D
wifi_scan_stub.cpp
138
int
intervalSize
= data.ReadInt32();
in OnSetScanControlInfo()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroll.cpp
510
CalcDimension
intervalSize
;
in SetScrollSnap()
local
525
static_cast<ScrollSnapAlign>(snapAlign),
intervalSize
, snapPaginations, enableSnapToSide);
in SetScrollSnap()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H
A
D
scroll_pattern.h
205
void SetIntervalSize(const Dimension&
intervalSize
)
in SetIntervalSize()
argument
H
A
D
scroll_model_ng.cpp
343
void ScrollModelNG::SetScrollSnap(FrameNode* frameNode, ScrollSnapAlign scrollSnapAlign, const Dimension&
intervalSize
,
in SetScrollSnap()
argument
438
void ScrollModelNG::SetScrollSnap(ScrollSnapAlign scrollSnapAlign, const Dimension&
intervalSize
,
in SetScrollSnap()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_scroll_bridge.cpp
54
CalcDimension
intervalSize
;
in ParsePagination()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_scroll_modifier.cpp
168
CalcDimension
intervalSize
;
in SetScrollScrollSnap()
local
197
CalcDimension
intervalSize
= CalcDimension(DEFAULT_DIMENSION_VALUE);
in ResetScrollScrollSnap()
local
Completed in 11 milliseconds