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
829 mTopViewIndex = -1;
833 mTopViewIndex = i;
850 if (mTopViewIndex == -1) {
855 return mTopViewIndex;
856 } else if (i < mTopViewIndex) {

Completed in 52 milliseconds