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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWithDraggableItems.java36 private View mLastTouchedItem; field in class:PagedViewWithDraggableItems
63 mLastTouchedItem = null;
96 mLastTouchedItem = v;
143 if (isUpwardMotion && yMoved && mLastTouchedItem != null) {
145 beginDragging(mLastTouchedItem);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWithDraggableItems.java36 private View mLastTouchedItem; field in class:PagedViewWithDraggableItems
63 mLastTouchedItem = null;
96 mLastTouchedItem = v;
143 if (isUpwardMotion && yMoved && mLastTouchedItem != null) {
145 beginDragging(mLastTouchedItem);

Completed in 103 milliseconds