Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java211 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion, in startDrag() argument
231 final int dragRegionLeft = dragRegion == null ? 0 : dragRegion.left; in startDrag()
232 final int dragRegionTop = dragRegion == null ? 0 : dragRegion.top; in startDrag()
252 if (dragRegion != null) { in startDrag()
253 dragView.setDragRegion(new Rect(dragRegion)); in startDrag()
DCellLayout.java1210 int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) { in visualizeDropLocation() argument
1249 if (dragOffset != null && dragRegion != null) { in visualizeDropLocation()
1253 - dragRegion.width()) / 2; in visualizeDropLocation()