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

/packages/apps/Gallery2/src/com/android/camera/
H A DVideoUI.java392 public void showRecordingUI(boolean recording, boolean zoomSupported) { method in class:VideoUI
H A DVideoModule.java1549 mUI.showRecordingUI(true, mParameters.isZoomSupported());
1642 mUI.showRecordingUI(false, mParameters.isZoomSupported());
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java1613 showRecordingUI(true);
1619 private void showRecordingUI(boolean recording) { method in class:VideoModule
1747 showRecordingUI(false);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java1598 showRecordingUI(true);
1604 private void showRecordingUI(boolean recording) { method in class:VideoCamera
1721 showRecordingUI(false);

Completed in 40 milliseconds