HomeSort by relevance Sort by last modified time
    Searched refs:mLastTouchedItem (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 36 private View mLastTouchedItem;
63 mLastTouchedItem = null;
96 mLastTouchedItem = v;
143 if (isUpwardMotion && yMoved && mLastTouchedItem != null) {
145 beginDragging(mLastTouchedItem);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java 36 private View mLastTouchedItem;
63 mLastTouchedItem = null;
96 mLastTouchedItem = v;
143 if (isUpwardMotion && yMoved && mLastTouchedItem != null) {
145 beginDragging(mLastTouchedItem);

Completed in 26 milliseconds