Searched refs:mUI (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java106 private final FocusUI mUI; field in class:FocusOverlayManager
181 mUI = ui;
337 if (mUI.hasFaces()) {
338 mUI.clearFocus();
351 mUI.setFocusPosition(mPreviewRect.centerX(), mPreviewRect.centerY(), true,
353 mUI.onFocusStarted();
355 mUI.onFocusSucceeded();
416 mUI.setFocusPosition(x, y, false, getAFRegionEdge(), getAERegionEdge());
469 mUI.pauseFaceDetection();
497 mUI
[all...]
H A DCaptureModule.java131 mUI.showAutoFocusSuccess();
133 mUI.showAutoFocusFailure();
168 private CaptureModuleUI mUI; field in class:CaptureModule
301 mUI = new CaptureModuleUI(activity, this, mAppController.getModuleLayoutRoot(),
303 mAppController.setPreviewStatusListener(mUI);
345 mUI.setCountdownFinishedListener(this);
346 mUI.startCountdown(countDownDuration);
397 if (mUI.isCountingDown()) {
399 mUI.cancelCountDown();
419 mUI
[all...]
H A DPhotoModule.java138 private PhotoUI mUI; field in class:PhotoModule
422 mUI = new PhotoUI(mActivity, this, mActivity.getModuleLayoutRoot());
423 mActivity.setPreviewStatusListener(mUI);
444 mUI.setCountdownFinishedListener(this);
458 if (mUI.isCountingDown()) {
460 mUI.cancelCountDown();
515 mUI.showLocationAndAspectRatioDialog(new LocationDialogCallback(){
524 boolean wasShown = mUI.showAspectRatioDialog(createAspectRatioDialogCallback());
614 mUI.setRunnableForNextFrame(dialogHandlingFinishedRunnable);
663 mUI
[all...]
H A DVideoModule.java178 private VideoUI mUI; field in class:VideoModule
342 mUI = new VideoUI(mActivity, this, mActivity.getModuleLayoutRoot());
343 mActivity.setPreviewStatusListener(mUI);
364 mUI.setOrientationIndicator(0, false);
485 mActivity.getMainLooper(), mUI.getFocusUI());
503 mUI.onOrientationChanged(orientation);
609 mUI.initializeZoom(mCameraSettings, mCameraCapabilities);
673 mUI.animateFlash();
785 mCameraSettings, mCameraCapabilities, mProfile, mUI.getPreviewScreenSize());
788 mUI
[all...]

Completed in 90 milliseconds