Home
last modified time | relevance | path

Searched refs:mTopViewIndex (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java84 private int mTopViewIndex; field in DragLayer
421 mTopViewIndex = -1; in updateChildIndices()
425 mTopViewIndex = i; in updateChildIndices()
442 if (mTopViewIndex == -1) { in getChildDrawingOrder()
447 return mTopViewIndex; in getChildDrawingOrder()
448 } else if (i < mTopViewIndex) { in getChildDrawingOrder()