Searched refs:mStopVDRunnable (Results 1 – 1 of 1) sorted by relevance
97 private Runnable mStopVDRunnable; field in Vr2dDisplay332 if (mStopVDRunnable == null) { in stopVirtualDisplay()333 mStopVDRunnable = new Runnable() { in stopVirtualDisplay()354 mHandler.removeCallbacks(mStopVDRunnable); in stopVirtualDisplay()355 mHandler.postDelayed(mStopVDRunnable, STOP_VIRTUAL_DISPLAY_DELAY_MILLIS); in stopVirtualDisplay()