Searched refs:mCurrentRotation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/rotationresolver/ |
D | RotationResolutionRequest.java | 48 @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()
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarView.java | 61 private int mCurrentRotation = -1; field in NavigationBarView 314 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView() 315 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView() 329 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient() 332 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowOrientationListener.java | 86 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarView.java | 113 private int mCurrentRotation = -1; field in NavigationBarView 314 () -> mCurrentRotation); in NavigationBarView() 888 return mCurrentRotation != rotation; in needsReorient() 893 if (mCurrentRotation == rotation) { in updateCurrentRotation() 896 mCurrentRotation = rotation; in updateCurrentRotation() 897 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentRotation() 898 mDeadZone.onConfigurationChanged(mCurrentRotation); in updateCurrentRotation() 900 Log.d(TAG, "updateCurrentRotation(): rot=" + mCurrentRotation); in updateCurrentRotation()
|
D | NavigationBar.java | 284 private int mCurrentRotation; field in NavigationBar 707 repositionNavigationBar(mCurrentRotation); in onInit() 794 repositionNavigationBar(mCurrentRotation); in onViewAttached() 905 if (rotation != mCurrentRotation) { in onConfigurationChanged() 906 mCurrentRotation = rotation; in onConfigurationChanged() 961 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle() 965 + " current: " + mCurrentRotation in orientSecondaryHomeHandle() 1022 mShowOrientedHandleForImmersiveMode, isSecondaryHandleVisible, mCurrentRotation, in logNavbarOrientation() 1061 pw.println(" mCurrentRotation=" + mCurrentRotation); in dump() 2035 repositionNavigationBar(mCurrentRotation);
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTaskOrganizer.java | 355 private @Surface.Rotation int mCurrentRotation; field in PipTaskOrganizer 1270 mCurrentRotation = newConfig.windowConfiguration.getRotation(); in onDisplayConfigurationChanged() 1381 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in updateAnimatorBounds() 1812 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip() 1883 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()
|