HomeSort by relevance Sort by last modified time
    Searched defs:setAspectRatio (Results 1 - 25 of 27) sorted by null

1 2

  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
AutoFitTextureView.java 46 * is, calling setAspectRatio(2, 3) and setAspectRatio(4, 6) make the same result.
51 public void setAspectRatio(int width, int height) {
  /packages/apps/LegacyCamera/src/com/android/camera/
PreviewFrameLayout.java 40 setAspectRatio(4.0 / 3.0);
43 public void setAspectRatio(double ratio) {
Camera.java     [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 54 setAspectRatio(a.getFloat(
65 public void setAspectRatio(float aspect) {
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 54 setAspectRatio(a.getFloat(
65 public void setAspectRatio(float aspect) {
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 54 setAspectRatio(a.getFloat(
65 public void setAspectRatio(float aspect) {
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 55 setAspectRatio(a.getFloat(
66 public void setAspectRatio(float aspect) {
CameraView.java 147 setAspectRatio((float) outputSize.getWidth() / outputSize.getHeight());
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 52 setAspectRatio(a.getFloat(
63 public void setAspectRatio(float aspect) {
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 49 setAspectRatio(4.0 / 3.0);
67 public void setAspectRatio(double ratio) {
PhotoModule.java     [all...]
VideoModule.java 788 mPreviewFrameLayout.setAspectRatio(
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
AspectRatioDialogLayout.java 82 setAspectRatio(mAspectRatio);
88 setAspectRatio(ResolutionUtil.ASPECT_RATIO_4x3);
94 setAspectRatio(ResolutionUtil.ASPECT_RATIO_16x9);
107 private void setAspectRatio(Rational aspectRatio) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
Illustration.java 123 public void setAspectRatio(float aspectRatio) {
  /packages/apps/Camera2/src/com/android/camera/
TextureViewHelper.java 131 setAspectRatio(MATCH_SCREEN);
143 setAspectRatio(aspectRatio);
147 private void setAspectRatio(float aspectRatio) {
148 Log.v(TAG, "setAspectRatio: " + aspectRatio);
191 setAspectRatio(aspectRatio);
213 setAspectRatio(aspectRatio);
VideoUI.java 112 setAspectRatio(aspectRatio);
151 public void setAspectRatio(float ratio) {
VideoModule.java     [all...]

Completed in 978 milliseconds

1 2