Searched refs:mForcedAppOrientation (Results 1 – 1 of 1) sorted by relevance
540 int mForcedAppOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManagerService3642 "No app is requesting an orientation, return " + mForcedAppOrientation); in getAppSpecifiedOrientation()3647 return inMultiWindow ? SCREEN_ORIENTATION_UNSPECIFIED : mForcedAppOrientation; in getAppSpecifiedOrientation()3730 if (req != mForcedAppOrientation) { in updateOrientationFromAppTokensLocked()3731 mForcedAppOrientation = req; in updateOrientationFromAppTokensLocked()6606 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation); in updateRotationUncheckedLocked()6608 mForcedAppOrientation, rotation); in updateRotationUncheckedLocked()6612 + mForcedAppOrientation + ", got rotation " + rotation in updateRotationUncheckedLocked()6626 + ", forceApp=" + mForcedAppOrientation); in updateRotationUncheckedLocked()10407 pw.print(" mForcedAppOrientation="); pw.println(mForcedAppOrientation); in dumpWindowsNoHeaderLocked()