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