Searched refs:mCurrentRotation (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/rotationresolver/ |
H A 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()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | SlideshowView.java | 39 private int mCurrentRotation; field in SlideshowView 63 mPrevRotation = mCurrentRotation; in next() 65 mCurrentRotation = rotation; in next() 113 canvas.rotate(mCurrentRotation, 0, 0, 1); in render()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrientationListener.java | 86 private int mCurrentRotation = -1; field in WindowOrientationListener 244 mCurrentRotation = rotation; in setCurrentRotation() 307 proto.write(ROTATION, mCurrentRotation); in dumpDebug() 317 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump() 844 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged() 923 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked() 1221 mCurrentRotation, in onSensorChanged()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 120 private int mCurrentRotation = -1; field in NavigationBarView 1101 return mCurrentRotation != rotation; in needsReorient() 1109 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView() 1110 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView() 1147 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient() 1153 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()
|
H A D | NavigationBar.java | 260 private int mCurrentRotation; field in NavigationBar 739 if (rotation != mCurrentRotation) { in onConfigurationChanged() 740 mCurrentRotation = rotation; in onConfigurationChanged() 795 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle() 799 + " current: " + mCurrentRotation in orientSecondaryHomeHandle() 869 pw.println(" mCurrentRotation=" + mCurrentRotation); in dump()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 240 private @Surface.Rotation int mCurrentRotation; field in PipTaskOrganizer 850 mCurrentRotation = newConfig.windowConfiguration.getRotation(); in onDisplayConfigurationChanged() 949 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in onMovementBoundsChanged() 1320 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip() 1363 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()
|