Home
last modified time | relevance | path

Searched refs:mLastOrientation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java81 private int mLastOrientation; field in QSPanelControllerBase
95 final int previousOrientation = mLastOrientation;
98 mLastOrientation = newConfig.orientation;
102 /* newOrientation= */ mLastOrientation,
184 mLastOrientation = getResources().getConfiguration().orientation; in onViewAttached()
185 mQSLogger.logOnViewAttached(mLastOrientation, mView.getDumpableTag()); in onViewAttached()
193 mQSLogger.logOnViewDetached(mLastOrientation, mView.getDumpableTag()); in onViewDetached()
402 && mLastOrientation == Configuration.ORIENTATION_LANDSCAPE; in shouldUseHorizontalLayout()
434 pw.println(" last orientation: " + mLastOrientation); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java154 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in DisplayRotation
464 return mLastOrientation; in getLastOrientation()
468 if (newOrientation == mLastOrientation && !forceUpdate) { in updateOrientation()
471 mLastOrientation = newOrientation; in updateOrientation()
540 mLastOrientation = SCREEN_ORIENTATION_UNSET; in updateRotationUnchecked()
558 final int lastOrientation = mLastOrientation; in updateRotationUnchecked()
1181 final int rotation = rotationForOrientation(mLastOrientation, oldRotation); in needsUpdate()
1656 pw.println(prefix + " mLastOrientation=" + mLastOrientation); in dump()
1717 proto.write(LAST_ORIENTATION, mLastOrientation); in dumpDebug()
1930 mUserRotation, mLastSensorRotation, mLastOrientation, mRotation); in foldStateChanged()
H A DContentRecorder.java94 private int mLastOrientation = ORIENTATION_UNDEFINED; field in ContentRecorder
583 onConfigurationChanged(mLastOrientation); in onMergedOverrideConfigurationChanged()
584 mLastOrientation = mergedOverrideConfiguration.orientation; in onMergedOverrideConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java148 private int mLastOrientation; field in KeyguardSecurityContainerController
466 mLastOrientation = getResources().getConfiguration().orientation; in KeyguardSecurityContainerController()
1172 if (newOrientation != mLastOrientation) { in updateResources()
1173 mLastOrientation = newOrientation; in updateResources()