Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java81 private final Runnable mRemoveViewRunnable = this::removeView; field in KeyguardBouncer
315 mHandler.postDelayed(mRemoveViewRunnable, 50); in hide()
430 boolean forceRemoval = mHandler.hasCallbacks(mRemoveViewRunnable); in ensureView()
438 mHandler.removeCallbacks(mRemoveViewRunnable); in inflateView()