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 231 private CameraHeadUpDisplay mHeadUpDisplay;
279 if (mHeadUpDisplay != null) {
280 mHeadUpDisplay.reloadPreferences();
320 mHeadUpDisplay.setOrientation(mLastOrientation);
478 || mHeadUpDisplay == null || mZoomState != ZOOM_STOPPED) {
491 mHeadUpDisplay.setZoomIndex(mZoomValue);
547 if (mHeadUpDisplay != null) {
548 mHeadUpDisplay.setGpsHasSignal(true);
570 if (mHeadUpDisplay != null) {
571 mHeadUpDisplay.setGpsHasSignal(false)
    [all...]
VideoCamera.java 132 private CamcorderHeadUpDisplay mHeadUpDisplay;
381 mHeadUpDisplay = new CamcorderHeadUpDisplay(this);
389 mHeadUpDisplay.initialize(this, group);
390 mGLRootView.setContentPane(mHeadUpDisplay);
391 mHeadUpDisplay.setListener(new MyHeadUpDisplayListener());
395 mHeadUpDisplay.collapse();
457 if (mHeadUpDisplay.collapse()) return;
707 } else if (mHeadUpDisplay == null || !mHeadUpDisplay.collapse()) {
    [all...]

Completed in 231 milliseconds