Searched defs:setAspectRatio (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DFixedAspectSurfaceView.java51 setAspectRatio(a.getFloat(R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
61 public void setAspectRatio(float aspect) { method in class:FixedAspectSurfaceView
/packages/apps/LegacyCamera/src/com/android/camera/
H A DPreviewFrameLayout.java40 setAspectRatio(4.0 / 3.0);
43 public void setAspectRatio(double ratio) { method in class:PreviewFrameLayout
/packages/apps/Camera2/src/com/android/camera/widget/
H A DAspectRatioDialogLayout.java82 setAspectRatio(mAspectRatio);
88 setAspectRatio(ResolutionUtil.ASPECT_RATIO_4x3);
94 setAspectRatio(ResolutionUtil.ASPECT_RATIO_16x9);
107 private void setAspectRatio(Rational aspectRatio) { method in class:AspectRatioDialogLayout
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java131 setAspectRatio(MATCH_SCREEN);
143 setAspectRatio(aspectRatio);
147 private void setAspectRatio(float aspectRatio) { method in class:TextureViewHelper
148 Log.v(TAG, "setAspectRatio: " + aspectRatio);
191 setAspectRatio(aspectRatio);
213 setAspectRatio(aspectRatio);
H A DVideoUI.java112 setAspectRatio(aspectRatio);
151 public void setAspectRatio(float ratio) { method in class:VideoUI
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 792 milliseconds