Searched refs:setAspectRatio (Results 1 – 9 of 9) sorted by relevance
50 public void setAspectRatio(final int width, final int height) { in setAspectRatio() method in AutoFitTextureView
110 textureView.setAspectRatio(s.height, s.width);
391 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs()393 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs()
48 public void setAspectRatio(int width, int height) { in setAspectRatio() method in AutoFitTextureView
576 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs()578 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs()
130 public void setAspectRatio(float widthHeightRatio) { in setAspectRatio() method in AspectRatioFrameLayout
1202 contentFrame.setAspectRatio( in onContentAspectRatioChanged()
126 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in Illustration
283 illustration.setAspectRatio(aspectRatio); in setIllustrationAspectRatio()