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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java181 void getLocationInDragLayer(int[] loc); method in interface:DropTarget
H A DButtonDropTarget.java163 public void getLocationInDragLayer(int[] loc) { method in class:ButtonDropTarget
164 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragController.java180 mLauncher.getDragLayer().getLocationInDragLayer(v, loc);
702 target.getLocationInDragLayer(dropCoordinates);
711 target.getLocationInDragLayer(dropCoordinates);
H A DFolder.java1108 public void getLocationInDragLayer(int[] loc) { method in class:Folder
1109 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragLayer.java306 public float getLocationInDragLayer(View child, int[] loc) { method in class:DragLayer
H A DWorkspace.java1906 float scale = mLauncher.getDragLayer().getLocationInDragLayer(child, mTempXY);
3885 public void getLocationInDragLayer(int[] loc) { method in class:Workspace
3886 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DAppsCustomizePagedView.java424 mLauncher.getDragLayer().getLocationInDragLayer(this, offset);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java162 void getLocationInDragLayer(int[] loc); method in interface:DropTarget
H A DButtonDropTarget.java160 public void getLocationInDragLayer(int[] loc) { method in class:ButtonDropTarget
161 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragController.java170 mLauncher.getDragLayer().getLocationInDragLayer(v, loc);
H A DFolder.java1381 public void getLocationInDragLayer(int[] loc) { method in class:Folder
1382 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragLayer.java381 public float getLocationInDragLayer(View child, int[] loc) { method in class:DragLayer
H A DWorkspace.java2673 float scale = mLauncher.getDragLayer().getLocationInDragLayer(child, mTempXY);
2744 float scale = mLauncher.getDragLayer().getLocationInDragLayer(child, mTempXY) * iconScale;
5107 public void getLocationInDragLayer(int[] loc) { method in class:Workspace
5108 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);

Completed in 150 milliseconds