Home
last modified time | relevance | path

Searched refs:setAspectRatio (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DAspectRatioDialogLayout.java82 setAspectRatio(mAspectRatio); in updateSubviewReferences()
88 setAspectRatio(ResolutionUtil.ASPECT_RATIO_4x3); in updateSubviewReferences()
94 setAspectRatio(ResolutionUtil.ASPECT_RATIO_16x9); in updateSubviewReferences()
107 private void setAspectRatio(Rational aspectRatio) { in setAspectRatio() method in AspectRatioDialogLayout
/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java131 setAspectRatio(MATCH_SCREEN); in clearTransform()
143 setAspectRatio(aspectRatio); in updateAspectRatio()
147 private void setAspectRatio(float aspectRatio) { in setAspectRatio() method in TextureViewHelper
191 setAspectRatio(aspectRatio); in updateTransformFullScreen()
213 setAspectRatio(aspectRatio);
DVideoUI.java112 setAspectRatio(aspectRatio); in setPreviewSize()
151 public void setAspectRatio(float ratio) { in setAspectRatio() method in VideoUI
DVideoModule.java854 mUI.setAspectRatio((float) mProfile.videoFrameWidth / mProfile.videoFrameHeight); in resizeForPreviewAspectRatio()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DFixedAspectSurfaceView.java51 setAspectRatio(a.getFloat(R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f)); in FixedAspectSurfaceView()
61 public void setAspectRatio(float aspect) { in setAspectRatio() method in FixedAspectSurfaceView
DSelfManagedAnswerVideoCallScreen.java131 surfaceView.setAspectRatio(outputAspect); in openCamera()
/packages/apps/LegacyCamera/src/com/android/camera/
DPreviewFrameLayout.java40 setAspectRatio(4.0 / 3.0); in PreviewFrameLayout()
43 public void setAspectRatio(double ratio) { in setAspectRatio() method in PreviewFrameLayout
DCamera.java1972 mPreviewFrameLayout.setAspectRatio((double) size.width / size.height); in updateCameraParametersPreference()
DVideoCamera.java818 mPreviewFrameLayout.setAspectRatio( in resizeForPreviewAspectRatio()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DFixedRatioImageView.java56 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in FixedRatioImageView
/packages/apps/Settings/src/com/android/settings/widget/
DAspectRatioFrameLayout.java57 public void setAspectRatio(float aspectRadio) { in setAspectRatio() method in AspectRatioFrameLayout
DVideoPreference.java122 layout.setAspectRatio(mAspectRatio); in onBindViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DAspectRatioFrameLayout.java57 public void setAspectRatio(float aspectRadio) { in setAspectRatio() method in AspectRatioFrameLayout
DVideoPreference.java124 layout.setAspectRatio(mAspectRadio); in onBindViewHolder()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DInstrumentClusterFragment.java143 .setAspectRatio(1.153846) in getNavStateData()