Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java45 private Rect mDragRegion = null; field in DragView
128 return mDragRegion.left; in getDragRegionLeft()
132 return mDragRegion.top; in getDragRegionTop()
136 return mDragRegion.width(); in getDragRegionWidth()
140 return mDragRegion.height(); in getDragRegionHeight()
152 mDragRegion = r; in setDragRegion()
156 return mDragRegion; in getDragRegion()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragView.java52 private Rect mDragRegion = null; field in DragView
153 return mDragRegion.left; in getDragRegionLeft()
157 return mDragRegion.top; in getDragRegionTop()
161 return mDragRegion.width(); in getDragRegionWidth()
165 return mDragRegion.height(); in getDragRegionHeight()
177 mDragRegion = r; in setDragRegion()
181 return mDragRegion; in getDragRegion()