Searched defs:canLoop (Results 1 – 9 of 9) sorted by relevance
151 auto canLoop = GetCanLoopValue(); in ToJsonValue() local
1614 bool canLoop = layout->GetCanLoop().value_or(true); in NotLoopOptions() local
26 canLoop(value: boolean): this { method in ArkTextPickerComponent
96 bool canLoop = true; member
970 int32_t totalOptionCount, int32_t currentIndex, bool canLoop, int32_t step) in CalcScrollIndex()
1496 auto canLoop = paramObject->GetProperty("canLoop"); in Show() local1698 bool JSTextPickerDialog::ParseCanLoop(const JSRef<JSObject>& paramObject, bool& canLoop) in ParseCanLoop()1937 auto canLoop = paramObj->GetProperty("canLoop"); in ParseText() local
118 bool canLoop = true; in SetCanLoop() local
71 void SetTextPickerCanLoop(ArkUINodeHandle node, int canLoop) in SetTextPickerCanLoop()
19504 canLoop(value) { method in ArkTextPickerComponent