OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUI
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
167
private VideoUI
mUI
;
227
mUI
.enableShutter(true);
319
mUI
.initializeSurfaceView();
326
mUI
= new VideoUI(activity, this, root);
361
mUI
.setPrefChangedListener(this);
366
mUI
.setOrientationIndicator(0, false);
369
mUI
.showTimeLapseUI(mCaptureTimeLapse);
425
mUI
.initializePopup(mPreferenceGroup);
507
mUI
.animateFlash();
508
mUI
.animateCapture()
[
all
...]
WideAnglePanoramaModule.java
92
private WideAnglePanoramaUI
mUI
;
210
mUI
= new WideAnglePanoramaUI(mActivity, this, (ViewGroup) mRootView);
211
mUI
.setCaptureProgressOnDirectionChangeListener(
216
mUI
.showDirectionIndicators(direction);
283
mUI
.showAlertDialog(
314
mUI
.onPreviewFocusChanged(previewFocused);
319
return
mUI
.arePreviewControlsVisible();
447
||
mUI
.getSurfaceTexture() == null) {
461
mUI
.flipPreviewIfNeeded();
463
mUI
.getSurfaceTexture()
[
all
...]
FocusOverlayManager.java
93
private FocusUI
mUI
;
143
mUI
= ui;
310
if (
mUI
.hasFaces()) {
311
mUI
.clearFocus();
321
mUI
.onFocusStarted();
323
mUI
.onFocusSucceeded(true);
379
mUI
.setFocusPosition(x, y);
417
mUI
.pauseFaceDetection();
430
mUI
.resumeFaceDetection();
494
mUI
.clearFocus()
[
all
...]
VideoMenu.java
38
private VideoUI
mUI
;
50
mUI
= ui;
81
mUI
.showPopup(mPopup);
147
mUI
.dismissPopup(true);
173
if (topPopupOnly)
mUI
.showPopup(mPopup);
191
mUI
.dismissPopup(true);
198
mUI
.dismissPopup(true);
201
mUI
.showPopup(mPopup);
PhotoModule.java
126
private PhotoUI
mUI
;
362
mUI
= new PhotoUI(activity, this, parent);
380
mLocationManager = new LocationManager(mActivity,
mUI
);
385
mUI
.initializeControlByIntent();
410
mUI
.showLocationDialog();
443
View root =
mUI
.getRootView();
462
mUI
.collapseCameraControls();
463
mUI
.clearFaces();
503
mUI
.onCameraOpened(mPreferenceGroup, mPreferences, mParameters, this);
505
mUI
.overrideSettings(CameraSettings.KEY_CAMERA_HDR_PLUS
[
all
...]
PhotoMenu.java
39
private PhotoUI
mUI
;
45
mUI
= ui;
129
mUI
.dismissPopup();
131
mUI
.showPopup(mPopup);
146
mUI
.dismissPopup();
148
mUI
.showPopup(mPopup);
172
mUI
.dismissPopup();
Completed in 188 milliseconds