HomeSort by relevance Sort by last modified time
    Searched refs:illustration (Results 1 - 2 of 2) sorted by null

  /external/setupdesign/main/src/com/google/android/setupdesign/view/
Illustration.java 36 * Class to draw the illustration of setup wizard. The {@code aspectRatio} attribute determines the
37 * aspect ratio of the top padding, which leaves space for the illustration. Draws the illustration
41 * Otherwise the aspect ratio will be ignored, only increasing the width of the illustration.
43 public class Illustration extends FrameLayout {
48 private Drawable illustration; field in class:Illustration
54 public Illustration(Context context) {
59 public Illustration(Context context, AttributeSet attrs) {
65 public Illustration(Context context, AttributeSet attrs, int defStyleAttr) {
102 * Sets the drawable used as the illustration. The drawable is expected to have intrinsic widt
    [all...]
  /external/setupdesign/main/src/com/google/android/setupdesign/
SetupWizardLayout.java 48 import com.google.android.setupdesign.view.Illustration;
114 // Set the illustration from XML, either directly or built from image + horizontal tile
115 final Drawable illustration = a.getDrawable(R.styleable.SudSetupWizardLayout_sudIllustration); local
116 if (illustration != null) {
117 setIllustration(illustration);
128 // Set the top padding of the illustration
136 // Set the illustration aspect ratio. See Illustration.setAspectRatio(float). This will
224 * Set the illustration of the layout. The drawable will be applied as is, and the bounds will be
225 * set as implemented in {@link com.google.android.setupdesign.view.Illustration}. To create
234 final Illustration illustration = (Illustration) view; local
251 final Illustration illustration = (Illustration) view; local
260 final Illustration illustration = (Illustration) view; local
276 final Illustration illustration = (Illustration) view; local
    [all...]

Completed in 153 milliseconds