Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DFixedAspectSurfaceView.java55 setAspectRatio(a.getFloat( in FixedAspectSurfaceView()
66 public void setAspectRatio(float aspect) { in setAspectRatio() method in FixedAspectSurfaceView
DCameraView.java147 setAspectRatio((float) outputSize.getWidth() / outputSize.getHeight()); in resume()
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DIllustrationTest.java44 illustration.setAspectRatio(3.0f); in testAspectRatio()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java123 public void setAspectRatio(float aspectRatio) { in setAspectRatio() method in Illustration
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DSetupWizardLayout.java292 illustration.setAspectRatio(aspectRatio); in setIllustrationAspectRatio()