Searched refs:mOnShowRunnable (Results 1 – 1 of 1) sorted by relevance
73 private Runnable mOnShowRunnable; field in AsyncRotationController326 if (mOnShowRunnable != null) { in onAllCompleted()327 mOnShowRunnable.run(); in onAllCompleted()328 mOnShowRunnable = null; in onAllCompleted()540 mOnShowRunnable = onShowRunnable; in setOnShowRunnable()