Searched refs:mStopVDRunnable (Results 1 – 1 of 1) sorted by relevance
100 private Runnable mStopVDRunnable; field in Vr2dDisplay329 if (mStopVDRunnable == null) { in stopVirtualDisplay()330 mStopVDRunnable = new Runnable() { in stopVirtualDisplay()351 mHandler.removeCallbacks(mStopVDRunnable); in stopVirtualDisplay()352 mHandler.postDelayed(mStopVDRunnable, STOP_VIRTUAL_DISPLAY_DELAY_MILLIS); in stopVirtualDisplay()