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/dragndrop/
DDragView.java92 private Rect mDragRegion = null; field in DragView
399 return mDragRegion.left; in getDragRegionLeft()
403 return mDragRegion.top; in getDragRegionTop()
407 return mDragRegion.width(); in getDragRegionWidth()
411 return mDragRegion.height(); in getDragRegionHeight()
423 mDragRegion = r; in setDragRegion()
427 return mDragRegion; in getDragRegion()