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.java78 private final Runnable mRemoveViewRunnable = this::removeView; field in KeyguardBouncer
308 mHandler.postDelayed(mRemoveViewRunnable, 50); in hide()
423 boolean forceRemoval = mHandler.hasCallbacks(mRemoveViewRunnable); in ensureView()
431 mHandler.removeCallbacks(mRemoveViewRunnable); in inflateView()