Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java73 private Runnable mOnShowRunnable; field in AsyncRotationController
326 if (mOnShowRunnable != null) { in onAllCompleted()
327 mOnShowRunnable.run(); in onAllCompleted()
328 mOnShowRunnable = null; in onAllCompleted()
540 mOnShowRunnable = onShowRunnable; in setOnShowRunnable()