Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
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()