Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java73 private Runnable mOnShowRunnable; field in AsyncRotationController
304 if (mOnShowRunnable != null) { in onAllCompleted()
305 mOnShowRunnable.run(); in onAllCompleted()
306 mOnShowRunnable = null; in onAllCompleted()
486 mOnShowRunnable = onShowRunnable; in setOnShowRunnable()