Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java101 private int mTopViewIndex; field in DragLayer
822 mTopViewIndex = -1; in updateChildIndices()
826 mTopViewIndex = i; in updateChildIndices()
843 if (mTopViewIndex == -1) { in getChildDrawingOrder()
848 return mTopViewIndex; in getChildDrawingOrder()
849 } else if (i < mTopViewIndex) { in getChildDrawingOrder()