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.java144 int newRotation = getRotationForUserDegreesRotated(degrees, mPreviousRotation); in RecentsOrientedState()
458 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() method in RecentsOrientedState
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRotationTouchHelper.java162 int newRotation = RecentsOrientedState.getRotationForUserDegreesRotated(degrees, in init()