Home
last modified time | relevance | path

Searched defs:canLoop (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_layout_property.h123 auto canLoop = GetCanLoopValue(); in ToJsonValue() local
Dtextpicker_column_pattern.cpp1181 bool canLoop = layout->GetCanLoop().value(); in NotLoopOptions() local
1201 bool canLoop = layout->GetCanLoop().value_or(true); in InnerHandleScroll() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Dpicker_type_define.h83 bool canLoop = true; member
Ddatepicker_column_pattern.cpp851 int32_t totalOptionCount, int32_t currentIndex, bool canLoop, int32_t step) in CalcScrollIndex()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textpicker.cpp1135 auto canLoop = paramObject->GetProperty("canLoop"); in Show() local
1302 bool JSTextPickerDialog::ParseCanLoop(const JSRef<JSObject>& paramObject, bool& canLoop) in ParseCanLoop()
1505 auto canLoop = paramObj->GetProperty("canLoop"); in ParseText() local