Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingSurfaceView.java61 private final Runnable mRemoveViewRunnable = this::removeViewFromParent; field in FloatingSurfaceView
99 Executors.MAIN_EXECUTOR.getHandler().postDelayed(mRemoveViewRunnable, in handleClose()
119 Executors.MAIN_EXECUTOR.getHandler().removeCallbacks(view.mRemoveViewRunnable); in show()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java93 private final Runnable mRemoveViewRunnable = this::removeView; field in KeyguardBouncer
346 mHandler.postDelayed(mRemoveViewRunnable, 50); in hide()
463 boolean forceRemoval = mHandler.hasCallbacks(mRemoveViewRunnable); in ensureView()
471 mHandler.removeCallbacks(mRemoveViewRunnable); in inflateView()