HomeSort by relevance Sort by last modified time
    Searched refs:mHeadUpDisplay (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
Camera.java 233 private CameraHeadUpDisplay mHeadUpDisplay;
285 if (mHeadUpDisplay != null) {
286 mHeadUpDisplay.reloadPreferences();
348 mHeadUpDisplay = new CameraHeadUpDisplay(this);
349 mHeadUpDisplay.setListener(new MyHeadUpDisplayListener());
459 mHeadUpDisplay.setZoomIndex(mZoomValue);
515 if (mHeadUpDisplay != null) {
516 mHeadUpDisplay.setGpsHasSignal(true);
538 if (mHeadUpDisplay != null) {
539 mHeadUpDisplay.setGpsHasSignal(false)
    [all...]
VideoCamera.java 134 private CamcorderHeadUpDisplay mHeadUpDisplay;
390 mHeadUpDisplay = new CamcorderHeadUpDisplay(this);
391 mHeadUpDisplay.setListener(new MyHeadUpDisplayListener());
419 mHeadUpDisplay.initialize(this, group, mOrientationCompensation);
423 mHeadUpDisplay.setOrientation(mOrientationCompensation);
427 mGLRootView.setContentPane(mHeadUpDisplay);
431 mHeadUpDisplay.collapse();
463 mHeadUpDisplay.setOrientation(mOrientationCompensation);
534 if (mHeadUpDisplay.collapse()) return;
769 } else if (mHeadUpDisplay == null || !mHeadUpDisplay.collapse())
    [all...]

Completed in 41 milliseconds