Home | History | Annotate | Download | only in camera

Lines Matching defs:mMainHandler

229     private Handler mMainHandler;
1063 mCameraController.setOneShotPreviewCallback(mMainHandler,
1256 mMainHandler
1411 mMainHandler = new MainHandler(this, getMainLooper());
1412 mCameraController = new CameraController(mAppContext, this, mMainHandler,
1418 new CameraExceptionHandler(mCameraExceptionCallback, mMainHandler));
1497 mOrientationManager.addOnOrientationChangeListener(mMainHandler, this);
1795 mMainHandler, mAboveFilmstripControlLayout);
1854 mMainHandler.removeCallbacks(mLightsOutRunnable);
1855 mMainHandler.postDelayed(mLightsOutRunnable, LIGHTS_OUT_DELAY_MS);
2585 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_ON_FLAG);
2587 mMainHandler.sendEmptyMessageDelayed(MSG_CLEAR_SCREEN_ON_FLAG, SCREEN_DELAY_MS);
2592 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_ON_FLAG);
2729 private final Handler mMainHandler;
2735 mMainHandler = mainHandler;
2808 mMainHandler.post(new Runnable() {