Searched defs:canLoop (Results 1 – 9 of 9) sorted by relevance
123 auto canLoop = GetCanLoopValue(); in ToJsonValue() local
1291 bool canLoop = layout->GetCanLoop().value(); in NotLoopOptions() local
29 canLoop(value: boolean): this { method in ArkTextPickerComponent
83 bool canLoop = true; member
913 int32_t totalOptionCount, int32_t currentIndex, bool canLoop, int32_t step) in CalcScrollIndex()
63 bool canLoop = true; in SetCanLoop() local
49 void SetTextpickerCanLoop(NodeHandle node, bool canLoop) in SetTextpickerCanLoop()
1101 auto canLoop = paramObject->GetProperty("canLoop"); in Show() local1283 bool JSTextPickerDialog::ParseCanLoop(const JSRef<JSObject>& paramObject, bool& canLoop) in ParseCanLoop()1490 auto canLoop = paramObj->GetProperty("canLoop"); in ParseText() local
11332 canLoop(value) { method in ArkTextPickerComponent