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 623 if (dragView.getDragVisualizeOffset() != null) {
624 toY -= Math.round(toScale * dragView.getDragVisualizeOffset().y);
    [all...]
Workspace.java     [all...]

Completed in 1067 milliseconds