Searched refs:setAspectRatio (Results 1 - 8 of 8) sorted by relevance

/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/LegacyCamera/src/com/android/camera/
H A DPreviewFrameLayout.java40 setAspectRatio(4.0 / 3.0);
43 public void setAspectRatio(double ratio) { method in class:PreviewFrameLayout
H A DCamera.java1967 mPreviewFrameLayout.setAspectRatio((double) size.width / size.height);
H A DVideoCamera.java818 mPreviewFrameLayout.setAspectRatio(
/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
H A DVideoModule.java853 mUI.setAspectRatio((float) mProfile.videoFrameWidth / mProfile.videoFrameHeight);
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 236 milliseconds