Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java127 private Runnable mCheckRotationAfterCleanup; field in RecentsAnimationController
940 if (mCheckRotationAfterCleanup != null) return;
941 mCheckRotationAfterCleanup = () -> {
1053 if (mCheckRotationAfterCleanup != null) {
1054 mService.mH.post(mCheckRotationAfterCleanup);
1055 mCheckRotationAfterCleanup = null;