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:isLoop
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
combination_isscrollable.cpp
57
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in IsComponentScrollable()
local
73
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in IsComponentScrollable()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H
A
D
stepper_accessibility_property.cpp
71
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in IsScrollable()
local
96
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in SetSpecificSupportAction()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_accessibility_property.cpp
73
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in IsScrollable()
local
95
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in SetSpecificSupportAction()
local
H
A
D
swiper_layout_algorithm.h
123
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
H
A
D
swiper_pattern.cpp
1372
auto
isLoop
= IsLoop();
in CalcVisibleIndex()
local
1424
auto
isLoop
= IsLoop();
in CalculateAndUpdateItemInfo()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
repeat_virtual_scroll_node.h
159
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
H
A
D
lazy_for_each_node.h
95
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
H
A
D
lazy_for_each_builder.h
455
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H
A
D
swiper_arrow_pattern.cpp
345
auto
isLoop
= swiperArrowLayoutProperty->GetLoopValue(true);
in SetButtonVisible()
local
H
A
D
swiper_indicator_pattern.cpp
589
auto
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in CheckIsTouchBottom()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_timepicker_modifier.cpp
212
void SetTimepickerLoop(ArkUINodeHandle node, int
isLoop
)
in SetTimepickerLoop()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H
A
D
dot_indicator_paint_method.h
95
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H
A
D
media_cached_buffer.cpp
272
bool
isLoop
= true;
in WriteMergerPre()
local
/foundation/multimedia/media_lite/services/player_lite/impl/
H
A
D
player_impl.cpp
576
bool
isLoop
= (player_ == nullptr) ? false : isSingleLoop_;
in IsSingleLooping()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_datepicker.cpp
1394
bool
isLoop
= true;
in Loop()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_pattern.cpp
1141
void TextPickerPattern::SetCanLoop(bool
isLoop
)
in SetCanLoop()
argument
H
A
D
textpicker_column_pattern.cpp
1699
void TextPickerColumnPattern::SetCanLoop(bool
isLoop
)
in SetCanLoop()
argument
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
render_swiper.cpp
2937
void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool
isLoop
)
in StartIndicatorAnimation()
argument
Completed in 35 milliseconds