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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 147 public Point getDragVisualizeOffset() {
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 172 public Point getDragVisualizeOffset() {
DragLayer.java 605 if (dragView.getDragVisualizeOffset() != null) {
606 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
    [all...]
CellLayout.java     [all...]

Completed in 58 milliseconds