Searched refs:mRemoveViewRunnable (Results 1 – 1 of 1) sorted by relevance
61 private final Runnable mRemoveViewRunnable = this::removeViewFromParent; field in FloatingSurfaceView99 Executors.MAIN_EXECUTOR.getHandler().postDelayed(mRemoveViewRunnable, in handleClose()119 Executors.MAIN_EXECUTOR.getHandler().removeCallbacks(view.mRemoveViewRunnable); in show()