Searched refs:listIndex (Results 1 – 7 of 7) sorted by relevance
169 listIndex = 0; in CheckIndexFromPts()235 listIndex ++; in GetIndexByPtsForVideo()257 listIndex ++; in GetIndexByPtsForAudio()264 if (isPtsExist && listIndex != 0) { in GetIndexFromPtsForVideo()290 if (isPtsExist && listIndex != 0) { in GetIndexFromPtsForAudio()317 if (isPtsCloseLeft && listIndex != 0) { in CheckIndex()318 if (index != (listIndex -1)) { in CheckIndex()322 } else if (isPtsCloseCenter && listIndex != 0) { in CheckIndex()323 if (index != listIndex && index != (listIndex - 1)) { in CheckIndex()328 if (index != listIndex) { in CheckIndex()[all …]
86 uint32_t listIndex = 0; variable
1192 @State listIndex: number = -11226 …this.listIndex = this.scroller.getItemIndex(event.fingerList[0].localX, event.fingerList[0].localY)1227 this.itemBackgroundColorArr[this.listIndex] = true;1240 Text('您当前位置Item索引为:'+ this.listIndex)
404 bool IsListItemGroup(int32_t listIndex, RefPtr<FrameNode>& node);
2398 bool ListPattern::IsListItemGroup(int32_t listIndex, RefPtr<FrameNode>& node) in IsListItemGroup() argument2405 … listFocus->AnyChildFocusHub([&isItemGroup, &node, listIndex](const RefPtr<FocusHub>& childFocus) { in IsListItemGroup()2413 if (curIndex == listIndex) { in IsListItemGroup()
1189 @State listIndex: number = -11223 …this.listIndex = this.scroller.getItemIndex(event.fingerList[0].localX, event.fingerList[0].localY)1224 this.itemBackgroundColorArr[this.listIndex] = true;1237 Text('You are currently at index '+ this.listIndex)
2277 let listIndex: number = 0;2286 this.nodeIdAndNodeIndexMap.set(nodeInfo.getNodeCurrentNodeId(), listIndex++);3284 let listIndex: number = 0;3295 this.nodeIdAndNodeIndexMap.set(nodeInfo.getNodeCurrentNodeId(), listIndex++);