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

  /packages/apps/Camera2/src/com/android/camera/
VideoController.java 38 public void updatePreviewAspectRatio(float aspectRatio);
PhotoController.java 55 public void updatePreviewAspectRatio(float aspectRatio);
PhotoUI.java 289 public void updatePreviewAspectRatio(float aspectRatio) {
301 mController.updatePreviewAspectRatio(mAspectRatio);
VideoUI.java 178 mController.updatePreviewAspectRatio(mAspectRatio);
PhotoModule.java     [all...]
VideoModule.java     [all...]
CameraActivity.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
AppController.java 199 public void updatePreviewAspectRatio(float aspectRatio);
221 * {@link #updatePreviewAspectRatio(float)} over this function, unless the
CameraAppUI.java 642 public void updatePreviewAspectRatio(float aspectRatio) {
    [all...]

Completed in 65 milliseconds