Searched refs:mPendingSeamlessRotate (Results 1 – 1 of 1) sorted by relevance
310 SeamlessRotator mPendingSeamlessRotate; field in WindowState649 if (mPendingSeamlessRotate != null) { in seamlesslyRotateIfAllowed()650 oldRotation = mPendingSeamlessRotate.getOldRotation(); in seamlesslyRotateIfAllowed()654 mPendingSeamlessRotate = new SeamlessRotator(oldRotation, rotation, getDisplayInfo()); in seamlesslyRotateIfAllowed()655 mPendingSeamlessRotate.unrotate(transaction, this); in seamlesslyRotateIfAllowed()661 if (mPendingSeamlessRotate != null) { in finishSeamlessRotation()662 mPendingSeamlessRotate.finish(this, timeout); in finishSeamlessRotation()664 mPendingSeamlessRotate = null; in finishSeamlessRotation()3573 proto.write(PENDING_SEAMLESS_ROTATION, mPendingSeamlessRotate != null); in writeToProto()3701 if (mPendingSeamlessRotate != null) { in dump()[all …]