Home
last modified time | relevance | path

Searched refs:oldRotation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DRotationUtils.java70 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument
71 int delta = newRotation - oldRotation; in deltaRotation()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java232 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument
233 int delta = newRotation - oldRotation; in deltaRotation()