Searched refs:setAspectRatio (Results 1 – 9 of 9) sorted by relevance
48 public void setAspectRatio(int width, int height) { in setAspectRatio() method in AutoFitTextureView
579 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs()581 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs()
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()
130 public void setAspectRatio(float widthHeightRatio) { in setAspectRatio() method in AspectRatioFrameLayout
1202 contentFrame.setAspectRatio( in onContentAspectRatioChanged()
122 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in Illustration
277 illustration.setAspectRatio(aspectRatio); in setIllustrationAspectRatio()