Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/rotationresolver/
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()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrientationListener.java86 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java120 private int mCurrentRotation = -1; field in NavigationBarView
1065 return mCurrentRotation != rotation; in needsReorient()
1073 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView()
1074 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView()
1111 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()
1117 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()
DNavigationBar.java260 private int mCurrentRotation; field in NavigationBar
741 if (rotation != mCurrentRotation) { in onConfigurationChanged()
742 mCurrentRotation = rotation; in onConfigurationChanged()
797 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle()
801 + " current: " + mCurrentRotation in orientSecondaryHomeHandle()
871 pw.println(" mCurrentRotation=" + mCurrentRotation); in dump()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java274 private @Surface.Rotation int mCurrentRotation; field in PipTaskOrganizer
840 mCurrentRotation = newConfig.windowConfiguration.getRotation(); in onDisplayConfigurationChanged()
937 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in onMovementBoundsChanged()
1292 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip()
1331 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()