Searched defs:aspectRatio (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java37 * Class to draw the illustration of setup wizard. The aspectRatio attribute determines the aspect
120 * @param aspectRatio A float value specifying the aspect ratio (= width / height). 0 to not
123 public void setAspectRatio(float aspectRatio) { argument
124 mAspectRatio = aspectRatio;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java312 * @param aspectRatio The aspect ratio
315 public void setIllustrationAspectRatio(float aspectRatio) { argument
319 illustration.setAspectRatio(aspectRatio);

Completed in 468 milliseconds