Home
last modified time | relevance | path

Searched refs:currentRotation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java458 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated() argument
460 return currentRotation; in getRotationForUserDegreesRotated()
464 switch (currentRotation) { in getRotationForUserDegreesRotated()
509 return currentRotation; in getRotationForUserDegreesRotated()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java471 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent()
473 && currentRotation == Surface.ROTATION_270) || ( in listenOrientationEvent()
475 && currentRotation == Surface.ROTATION_90)) { in listenOrientationEvent()
476 mPreviousRotation = currentRotation; in listenOrientationEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java385 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local
390 currentRotation, isRtl); in updateThumbnailMatrix()
447 int canvasWidth, int canvasHeight, DeviceProfile dp, int currentRotation, in updateThumbnailMatrix() argument
453 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix()