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.java91 private int mTopViewIndex; field in DragLayer
497 mTopViewIndex = -1; in updateChildIndices()
501 mTopViewIndex = i; in updateChildIndices()
518 if (mTopViewIndex == -1) { in getChildDrawingOrder()
523 return mTopViewIndex; in getChildDrawingOrder()
524 } else if (i < mTopViewIndex) { in getChildDrawingOrder()