Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java302 SeamlessRotator mPendingSeamlessRotate; field in WindowState
625 if (mPendingSeamlessRotate != null) { in seamlesslyRotateIfAllowed()
626 oldRotation = mPendingSeamlessRotate.getOldRotation(); in seamlesslyRotateIfAllowed()
630 mPendingSeamlessRotate = new SeamlessRotator(oldRotation, rotation, getDisplayInfo()); in seamlesslyRotateIfAllowed()
631 mPendingSeamlessRotate.unrotate(transaction, this); in seamlesslyRotateIfAllowed()
637 if (mPendingSeamlessRotate != null) { in finishSeamlessRotation()
638 mPendingSeamlessRotate.finish(this, timeout); in finishSeamlessRotation()
640 mPendingSeamlessRotate = null; in finishSeamlessRotation()
3458 proto.write(PENDING_SEAMLESS_ROTATION, mPendingSeamlessRotate != null); in writeToProto()
3586 if (mPendingSeamlessRotate != null) { in dump()
[all …]