Home
last modified time | relevance | path

Searched defs:currentRotation (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt76 val currentRotation = ROTATION_NONE regex
152 val currentRotation = ROTATION_NONE regex
253 val currentRotation = ROTATION_NONE regex
341 val currentRotation = ROTATION_NONE regex
433 val currentRotation = ROTATION_NONE regex
/aosp12/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolutionRequest.java92 @Surface.Rotation int currentRotation, in RotationResolutionRequest()
197 int currentRotation = in.readInt(); in RotationResolutionRequest() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOrientationRectF.java59 public boolean applyTransformFromRotation(MotionEvent event, int currentRotation, in applyTransformFromRotation()
64 public boolean applyTransformToRotation(MotionEvent event, int currentRotation, in applyTransformToRotation()
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java161 int proposedRotation, int currentRotation, long timeout, in resolveRotation()
224 static void logRotationStatsWithTimeToCalculate(int proposedRotation, int currentRotation, in logRotationStatsWithTimeToCalculate()
233 static void logRotationStats(int proposedRotation, int currentRotation, in logRotationStats()
/aosp12/frameworks/base/core/java/android/rotationresolver/
H A DRotationResolverInternal.java58 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java138 @Surface.Rotation int currentRotation, @DurationMillisLong long timeoutMillis, in resolveRotation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskThumbnailView.java368 int currentRotation = getTaskView().getRecentsView().getPagedViewOrientedState() in updateThumbnailMatrix() local
436 int canvasWidth, int canvasHeight, DeviceProfile dp, int currentRotation, in updateThumbnailMatrix()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java278 final int currentRotation = display.getRotation(); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedController.java363 final int currentRotation = mDisplayAreaOrganizer.getDisplayLayout().rotation(); in startOneHanded() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt228 val currentRotation = getExactRotation(context) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt236 val currentRotation = RotationUtils.getExactRotation(tl.context) regex
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java459 public static int getRotationForUserDegreesRotated(float degrees, int currentRotation) { in getRotationForUserDegreesRotated()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java146 int currentRotation) { in FixedRotationTransformState()
H A DWindowOrientationListener.java923 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() local
H A DDisplayContent.java1619 final int currentRotation = getRotation(); in rotationForActivityInDifferentOrientation() local
4552 final int currentRotation = mDisplayInfo.rotation; in getBounds() local