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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java41 private Rect mDragRegion = null; field in class:DragView
122 return mDragRegion.left;
126 return mDragRegion.top;
130 return mDragRegion.width();
134 return mDragRegion.height();
146 mDragRegion = r;
150 return mDragRegion;

Completed in 40 milliseconds