Searched defs:canLoop (Results 1 – 8 of 8) sorted by relevance
145 auto canLoop = GetCanLoopValue(); in ToJsonValue() local
1570 bool canLoop = layout->GetCanLoop().value_or(true); in NotLoopOptions() local
92 bool canLoop = true; member
970 int32_t totalOptionCount, int32_t currentIndex, bool canLoop, int32_t step) in CalcScrollIndex()
1442 auto canLoop = paramObject->GetProperty("canLoop"); in Show() local1643 bool JSTextPickerDialog::ParseCanLoop(const JSRef<JSObject>& paramObject, bool& canLoop) in ParseCanLoop()1863 auto canLoop = paramObj->GetProperty("canLoop"); in ParseText() local
94 bool canLoop = true; in SetCanLoop() local
69 void SetTextPickerCanLoop(ArkUINodeHandle node, int canLoop) in SetTextPickerCanLoop()
19112 canLoop(value) { method in ArkTextPickerComponent