Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java151 int newRotation = getRotationForUserDegreesRotated(degrees, mPreviousRotation); in RecentsOrientedState()
434 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() method in RecentsOrientedState
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java248 int newRotation = RecentsOrientedState.getRotationForUserDegreesRotated(degrees, in RecentsAnimationDeviceState()