Home
last modified time | relevance | path

Searched refs:mCurrentRotation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/rotationresolver/
H A DRotationResolutionRequest.java48 @Surface.Rotation private final int mCurrentRotation; field in RotationResolutionRequest
99 this.mCurrentRotation = currentRotation; in RotationResolutionRequest()
101 Surface.Rotation.class, null, mCurrentRotation); in RotationResolutionRequest()
126 return mCurrentRotation; in getCurrentRotation()
161 "currentRotation = " + mCurrentRotation + ", " + in toString()
178 dest.writeInt(mCurrentRotation); in writeToParcel()
204 this.mCurrentRotation = currentRotation; in RotationResolutionRequest()
206 Surface.Rotation.class, null, mCurrentRotation); in RotationResolutionRequest()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarView.java61 private int mCurrentRotation = -1; field in NavigationBarView
310 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView()
311 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView()
325 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()
328 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java86 private int mCurrentRotation = -1; field in WindowOrientationListener
250 mCurrentRotation = rotation; in setCurrentRotation()
313 proto.write(ROTATION, mCurrentRotation); in dumpDebug()
323 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump()
850 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()
929 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()
1231 mCurrentRotation, in onSensorChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java110 private int mCurrentRotation = -1; field in NavigationBarView
311 () -> mCurrentRotation); in NavigationBarView()
907 return mCurrentRotation != rotation; in needsReorient()
912 if (mCurrentRotation == rotation) { in updateCurrentRotation()
915 mCurrentRotation = rotation; in updateCurrentRotation()
916 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentRotation()
917 mDeadZone.onConfigurationChanged(mCurrentRotation); in updateCurrentRotation()
919 Log.d(TAG, "updateCurrentRotation(): rot=" + mCurrentRotation); in updateCurrentRotation()
H A DNavigationBar.java280 private int mCurrentRotation; field in NavigationBar
687 repositionNavigationBar(mCurrentRotation); in onInit()
764 repositionNavigationBar(mCurrentRotation); in onViewAttached()
889 if (rotation != mCurrentRotation) { in onConfigurationChanged()
890 mCurrentRotation = rotation; in onConfigurationChanged()
943 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle()
947 + " current: " + mCurrentRotation in orientSecondaryHomeHandle()
1035 pw.println(" mCurrentRotation=" + mCurrentRotation); in dump()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java321 private @Surface.Rotation int mCurrentRotation; field in PipTaskOrganizer
1172 mCurrentRotation = newConfig.windowConfiguration.getRotation(); in onDisplayConfigurationChanged()
1283 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in updateAnimatorBounds()
1715 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip()
1785 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()