Searched refs:mResumeRunnable (Results 1 – 1 of 1) sorted by relevance
164 private final Runnable mResumeRunnable = () -> { field in BoundsAnimationController.BoundsAnimator252 mHandler.postDelayed(mResumeRunnable, WAIT_FOR_DRAW_TIMEOUT_MS); in pause()258 mHandler.removeCallbacks(mResumeRunnable); in resume()