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:isLoop
(Results
1 - 23
of
23
) 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
58
if (!
isLoop
&& swiperPattern->TotalCount() <= 1) {
in IsComponentScrollable()
73
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in IsComponentScrollable()
local
74
return (!
isLoop
&& swiperPattern->TotalCount() <= 1) ? false : true;
in IsComponentScrollable()
/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
72
return (!
isLoop
&& swiperPattern->TotalCount() <= 1) ? false : true;
in IsScrollable()
96
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in SetSpecificSupportAction()
local
98
if (!
isLoop
) {
in SetSpecificSupportAction()
/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
74
if (!
isLoop
&& swiperPattern->TotalCount() <= 1) {
in IsScrollable()
95
bool
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in SetSpecificSupportAction()
local
97
if (!
isLoop
) {
in SetSpecificSupportAction()
H
A
D
swiper_layout_algorithm.h
123
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
125
isLoop_ =
isLoop
;
in SetIsLoop()
H
A
D
swiper_pattern.cpp
1372
auto
isLoop
= IsLoop();
in CalcVisibleIndex()
local
1395
itemPosition_.find(index - 1) == itemPosition_.end() && (
isLoop
|| index > 0)) {
in CalcVisibleIndex()
1399
itemPosition_.find(index + 1) == itemPosition_.end() && (
isLoop
|| index < RealTotalCount() - 1)) {
in CalcVisibleIndex()
1424
auto
isLoop
= IsLoop();
in CalculateAndUpdateItemInfo()
local
1446
itemPosition_.find(index - 1) == itemPosition_.end() && (
isLoop
|| index > 0)) {
in CalculateAndUpdateItemInfo()
1451
itemPosition_.find(index + 1) == itemPosition_.end() && (
isLoop
|| index < RealTotalCount() - 1)) {
in CalculateAndUpdateItemInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
lazy_for_each_node.h
95
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
97
isLoop_ =
isLoop
;
in SetIsLoop()
99
builder_->SetIsLoop(
isLoop
);
in SetIsLoop()
H
A
D
repeat_virtual_scroll_node.h
159
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
161
isLoop_ =
isLoop
;
in SetIsLoop()
H
A
D
lazy_for_each_builder.h
455
void SetIsLoop(bool
isLoop
)
in SetIsLoop()
argument
457
isLoop_ =
isLoop
;
in SetIsLoop()
/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
97
isLoop_ =
isLoop
;
in SetIsLoop()
/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
346
auto needHideArrow = (((isLeftArrow && leftArrowIsHidden) || (isRightArrow && rightArrowIsHidden)) && !
isLoop
) ||
in SetButtonVisible()
H
A
D
swiper_indicator_pattern.cpp
589
auto
isLoop
= swiperLayoutProperty->GetLoop().value_or(true);
in CheckIsTouchBottom()
local
603
if ((currentIndex <= 0) && !
isLoop
) {
in CheckIsTouchBottom()
609
if ((currentIndex >= childrenSize - displayCount) && !
isLoop
) {
in CheckIsTouchBottom()
/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
216
TimePickerModelNG::SetWheelModeEnabled(frameNode,
isLoop
);
in SetTimepickerLoop()
/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
1146
canloop_ =
isLoop
;
in SetCanLoop()
1156
pickerColumnPattern->SetCanLoop(
isLoop
);
in SetCanLoop()
H
A
D
textpicker_column_pattern.cpp
1699
void TextPickerColumnPattern::SetCanLoop(bool
isLoop
)
in SetCanLoop()
argument
1701
if (isLoop_ ==
isLoop
) {
in SetCanLoop()
1705
isLoop_ =
isLoop
;
in SetCanLoop()
1713
if (!
isLoop
&& isTossStatus_) {
in SetCanLoop()
H
A
D
textpicker_pattern.h
370
void SetCanLoop(bool
isLoop
);
H
A
D
textpicker_column_pattern.h
343
void SetCanLoop(bool
isLoop
);
/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
273
while (
isLoop
) {
in WriteMergerPre()
277
isLoop
= false;
in WriteMergerPre()
307
isLoop
= false;
in WriteMergerPre()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
render_swiper.h
222
void StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool
isLoop
= false);
H
A
D
render_swiper.cpp
2937
void RenderSwiper::StartIndicatorAnimation(int32_t fromIndex, int32_t toIndex, bool
isLoop
)
in StartIndicatorAnimation()
argument
2957
double contentOffset = (animationDirect_ == INDICATOR_DIRECT_FORWARD) ? (
isLoop
? nextItemOffset_ : prevItemOffset_)
in StartIndicatorAnimation()
2958
: (
isLoop
? prevItemOffset_ : nextItemOffset_);
in StartIndicatorAnimation()
/foundation/multimedia/media_lite/services/player_lite/impl/
H
A
D
player_impl.cpp
576
bool
isLoop
= (player_ == nullptr) ? false : isSingleLoop_;
in IsSingleLooping()
local
577
return
isLoop
;
in IsSingleLooping()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_datepicker.cpp
1394
bool
isLoop
= true;
in Loop()
local
1396
isLoop
= info[0]->ToBoolean();
in Loop()
1398
TimePickerModel::GetInstance()->SetWheelModeEnabled(
isLoop
);
in Loop()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H
A
D
cjui_api.h
1072
void (*setTimepickerLoop)(ArkUINodeHandle node, ArkUI_Bool
isLoop
);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
2611
void (*setTimepickerLoop)(ArkUINodeHandle node, ArkUI_Bool
isLoop
);
Completed in 69 milliseconds