Searched defs:illustration (Results 1 – 3 of 3) sorted by relevance
40 final Illustration illustration = new Illustration(InstrumentationRegistry.getContext()); in testWillDraw() local50 final Illustration illustration = new Illustration(context); in testAspectRatio() local
110 final Drawable illustration = a.getDrawable(R.styleable.SuwSetupWizardLayout_suwIllustration); in init() local229 final Illustration illustration = (Illustration) view; in setIllustration() local246 final Illustration illustration = (Illustration) view; in setIllustration() local255 final Illustration illustration = (Illustration) view; in setIllustration() local271 final Illustration illustration = (Illustration) view; in setIllustrationAspectRatio() local
48 private Drawable illustration; field in Illustration105 public void setIllustration(Drawable illustration) { in setIllustration()