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