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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 45 private Rect mDragRegion = null;
128 return mDragRegion.left;
132 return mDragRegion.top;
136 return mDragRegion.width();
140 return mDragRegion.height();
152 mDragRegion = r;
156 return mDragRegion;
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 52 private Rect mDragRegion = null;
153 return mDragRegion.left;
157 return mDragRegion.top;
161 return mDragRegion.width();
165 return mDragRegion.height();
177 mDragRegion = r;
181 return mDragRegion;

Completed in 37 milliseconds