Lines Matching refs:mController
56 private final PhotoController mController; field in PhotoUI
77 mController.onSingleTapUp(null, (int) ev.getX(), (int) ev.getY());
118 mController.updateCameraOrientation(); in onPreviewFlipped()
197 mController = controller; in PhotoUI()
214 if (mController.isImageCaptureIntent()) { in PhotoUI()
270 mController.updatePreviewAspectRatio(mAspectRatio); in updatePreviewAspectRatio()
276 mController.onPreviewUIReady(); in onSurfaceTextureAvailable()
286 mController.onPreviewUIDestroyed(); in onSurfaceTextureDestroyed()
316 if (mController.isImageCaptureIntent()) { in initializeSecondTime()
335 mController.startPreCaptureAnimation(); in animateFlash()
342 if (mController.isImageCaptureIntent()) { in onBackPressed()
343 mController.onCaptureCancelled(); in onBackPressed()
345 } else if (!mController.isCameraIdle()) { in onBackPressed()
377 mController.onZoomChanged(ratio); in onZoomValueChanged()