Home
last modified time | relevance | path

Searched refs:mForceSeamlesslyRotate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java659 !mWin.mForceSeamlesslyRotate; in computeShownFrameLocked()
777 if (w.mForceSeamlesslyRotate) { in calculateCrop()
DWindowState.java309 final boolean mForceSeamlesslyRotate; field in WindowState
653 if (mForceSeamlesslyRotate || requested) { in seamlesslyRotateIfAllowed()
755 mForceSeamlesslyRotate = token.mRoundedCornerOverlay; in WindowState()
3575 proto.write(FORCE_SEAMLESS_ROTATION, mForceSeamlesslyRotate); in writeToProto()
3699 pw.print(prefix + "mForceSeamlesslyRotate=" + mForceSeamlesslyRotate in dump()
DWindowManagerService.java7117 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()