Searched refs:insertIndex (Results 1 – 4 of 4) sorted by relevance
535 int insertIndex = mDisplayListData->displayListOps.add(op); in addOpAndUpdateChunk() local540 newChunk.beginOpIndex = insertIndex; in addOpAndUpdateChunk()541 newChunk.endOpIndex = insertIndex + 1; in addOpAndUpdateChunk()549 mDisplayListData->chunks.editTop().endOpIndex = insertIndex + 1; in addOpAndUpdateChunk()551 return insertIndex; in addOpAndUpdateChunk()
1312 int insertIndex = -1; in prepareViewToLeavePool() local1322 insertIndex = i + (Constants.DebugFlags.App.EnableDismissAll ? 1 : 0); in prepareViewToLeavePool()1330 addView(tv, insertIndex); in prepareViewToLeavePool()1332 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in prepareViewToLeavePool()
3533 int insertIndex = i; in buildOrderedChildList() local3534 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) { in buildOrderedChildList()3535 insertIndex--; in buildOrderedChildList()3537 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...