Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DAutoFitTextureView.java50 public void setAspectRatio(final int width, final int height) { in setAspectRatio() method in AutoFitTextureView
DLegacyCameraConnectionFragment.java110 textureView.setAspectRatio(s.height, s.width);
DCameraConnectionFragment.java391 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs()
393 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs()
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DAutoFitTextureView.java48 public void setAspectRatio(int width, int height) { in setAspectRatio() method in AutoFitTextureView
DCamera2BasicFragment.java576 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs()
578 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DAspectRatioFrameLayout.java130 public void setAspectRatio(float widthHeightRatio) { in setAspectRatio() method in AspectRatioFrameLayout
DPlayerView.java1202 contentFrame.setAspectRatio( in onContentAspectRatioChanged()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustration.java126 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in Illustration
/external/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardLayout.java283 illustration.setAspectRatio(aspectRatio); in setIllustrationAspectRatio()