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.java90 private int mTopViewIndex; field in DragLayer
493 mTopViewIndex = -1; in updateChildIndices()
497 mTopViewIndex = i; in updateChildIndices()
514 if (mTopViewIndex == -1) { in getChildDrawingOrder()
519 return mTopViewIndex; in getChildDrawingOrder()
520 } else if (i < mTopViewIndex) { in getChildDrawingOrder()