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

  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 87 res[0] = left + dragView.getDragRegion().width() / 2;
88 res[1] = top + dragView.getDragRegion().height() / 2;
DragView.java 180 public Rect getDragRegion() {
Workspace.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 155 public Rect getDragRegion() {
Folder.java 659 res[0] = left + dragView.getDragRegion().width() / 2;
660 res[1] = top + dragView.getDragRegion().height() / 2;
    [all...]
Workspace.java     [all...]

Completed in 2087 milliseconds