Searched refs:setAspectRatio (Results 1 – 10 of 10) sorted by relevance
51 public void setAspectRatio(int width, int height) { in setAspectRatio() method in AutoFitTextureView
444 mTextureView.setAspectRatio(mPreviewSize.getWidth(), mPreviewSize.getHeight()); in openCamera()446 mTextureView.setAspectRatio(mPreviewSize.getHeight(), mPreviewSize.getWidth()); in openCamera()
575 mTextureView.setAspectRatio( in setUpCameraOutputs()578 mTextureView.setAspectRatio( in setUpCameraOutputs()
1089 mTextureView.setAspectRatio( in configureTransform()1092 mTextureView.setAspectRatio( in configureTransform()
46 public void setAspectRatio(Rational aspectRatio) { in setAspectRatio() method in FixedAspectRatioImageView
64 .setAspectRatio(Rational(bounds.width(), bounds.height())) in onBoundsChange()
164 mImageView.setAspectRatio(Rational.parseRational(textToParse)); in onCreate()258 .setAspectRatio(new Rational(bounds.width(), bounds.height())) in enterContentPip()415 .setAspectRatio(new Rational(imageViewRect.width(), imageViewRect.height())) in updatePictureInPictureParams()
197 glView.setAspectRatio(ratio); in onDraw()