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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java77 private int mTopViewIndex; field in class:DragLayer
835 mTopViewIndex = -1;
839 mTopViewIndex = i;
856 if (mTopViewIndex == -1) {
861 return mTopViewIndex;
862 } else if (i < mTopViewIndex) {

Completed in 99 milliseconds