HomeSort by relevance Sort by last modified time
    Searched defs:getLocationInDragLayer (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 181 void getLocationInDragLayer(int[] loc);
ButtonDropTarget.java 144 public void getLocationInDragLayer(int[] loc) {
145 mLauncher.getDragLayer().getLocationInDragLayer(this, loc);
DragLayer.java 279 public void getLocationInDragLayer(View child, int[] loc) {
Folder.java     [all...]

Completed in 69 milliseconds