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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java129 void getLocationInDragLayer(int[] loc); method in interface:DropTarget
H A DButtonDropTarget.java108 public void getLocationInDragLayer(int[] loc) { method in class:ButtonDropTarget
109 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragController.java183 mLauncher.getDragLayer().getLocationInDragLayer(v, loc);
210 mLauncher.getDragLayer().getLocationInDragLayer(v, loc);
599 target.getLocationInDragLayer(dropCoordinates);
608 target.getLocationInDragLayer(dropCoordinates);
H A DFolder.java1065 public void getLocationInDragLayer(int[] loc) { method in class:Folder
1066 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DDragLayer.java266 public void getLocationInDragLayer(View child, int[] loc) { method in class:DragLayer
H A DWorkspace.java1956 mLauncher.getDragLayer().getLocationInDragLayer(child, mTempXY);
3515 public void getLocationInDragLayer(int[] loc) { method in class:Workspace
3516 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
H A DAppsCustomizePagedView.java421 mLauncher.getDragLayer().getLocationInDragLayer(this, offset);

Completed in 74 milliseconds