/packages/apps/Camera2/src/com/android/camera/widget/ |
D | AspectRatioDialogLayout.java | 82 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/ |
D | TextureViewHelper.java | 131 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);
|
D | VideoUI.java | 112 setAspectRatio(aspectRatio); in setPreviewSize() 151 public void setAspectRatio(float ratio) { in setAspectRatio() method in VideoUI
|
D | VideoModule.java | 854 mUI.setAspectRatio((float) mProfile.videoFrameWidth / mProfile.videoFrameHeight); in resizeForPreviewAspectRatio()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreviewFrameLayout.java | 40 setAspectRatio(4.0 / 3.0); in PreviewFrameLayout() 43 public void setAspectRatio(double ratio) { in setAspectRatio() method in PreviewFrameLayout
|
D | Camera.java | 1972 mPreviewFrameLayout.setAspectRatio((double) size.width / size.height); in updateCameraParametersPreference()
|
D | VideoCamera.java | 818 mPreviewFrameLayout.setAspectRatio( in resizeForPreviewAspectRatio()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | FixedAspectSurfaceView.java | 51 setAspectRatio(a.getFloat(R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f)); in FixedAspectSurfaceView() 61 public void setAspectRatio(float aspect) { in setAspectRatio() method in FixedAspectSurfaceView
|
D | SelfManagedAnswerVideoCallScreen.java | 131 surfaceView.setAspectRatio(outputAspect); in openCamera()
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/ |
D | FixedRatioImageView.java | 56 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in FixedRatioImageView
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | AspectRatioFrameLayout.java | 57 public void setAspectRatio(float aspectRadio) { in setAspectRatio() method in AspectRatioFrameLayout
|
D | VideoPreference.java | 129 layout.setAspectRatio(mAspectRatio); in onBindViewHolder()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | AspectRatioFrameLayout.java | 57 public void setAspectRatio(float aspectRadio) { in setAspectRatio() method in AspectRatioFrameLayout
|
D | VideoPreference.java | 124 layout.setAspectRatio(mAspectRadio); in onBindViewHolder()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/ |
D | InstrumentClusterFragment.java | 143 .setAspectRatio(1.153846) in getNavStateData()
|