Searched refs:mUnlockRunnable (Results 1 – 3 of 3) sorted by relevance
148 private Runnable mUnlockRunnable; field in TileService262 mUnlockRunnable = runnable; in unlockAndRun()415 if (mUnlockRunnable != null) {416 mUnlockRunnable.run();
320 getCameraHandler().post(bundle.mUnlockRunnable); in closeCamera()449 getCameraHandler().post(bundle.mUnlockRunnable); in unlock()535 getCameraHandler().post(bundle.mUnlockRunnable); in setPreviewTextureSync()955 public final Runnable mUnlockRunnable; field in CameraAgent.WaitDoneBundle960 mUnlockRunnable = new Runnable() { in WaitDoneBundle()980 bundle.mUnlockRunnable.run(); in unblockSyncWaiters()
1014 mCameraHandler.post(bundle.mUnlockRunnable); in getParameters()