/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
IllustrationTest.java | 27 import com.android.setupwizardlib.view.Illustration; 33 final Illustration illustration = new Illustration(getContext()); local 34 assertFalse("The illustration needs to be drawn", illustration.willNotDraw()); 43 final Illustration illustration = new Illustration(context); local 44 illustration.setAspectRatio(3.0f) [all...] |
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
SetupWizardLayout.java | 47 import com.android.setupwizardlib.view.Illustration; 100 // Set the illustration from XML, either directly or built from image + horizontal tile 101 final Drawable illustration = local 103 if (illustration != null) { 104 setIllustration(illustration); 115 // Set the top padding of the illustration 124 // Set the illustration aspect ratio. See Illustration.setAspectRatio(float). This will 239 * Set the illustration of the layout. The drawable will be applied as is, and the bounds will 240 * be set as implemented in {@link com.android.setupwizardlib.view.Illustration}. To creat 249 final Illustration illustration = (Illustration) view; local 266 final Illustration illustration = (Illustration) view; local 275 final Illustration illustration = (Illustration) view; local 291 final Illustration illustration = (Illustration) view; local [all...] |
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
Illustration.java | 37 * Class to draw the illustration of setup wizard. The {@code aspectRatio} attribute determines the 38 * aspect ratio of the top padding, which leaves space for the illustration. Draws the illustration 42 * Otherwise the the aspect ratio will be ignored, only increasing the width of the illustration. 44 public class Illustration extends FrameLayout { 55 public Illustration(Context context) { 60 public Illustration(Context context, AttributeSet attrs) { 66 public Illustration(Context context, AttributeSet attrs, int defStyleAttr) { 103 * Sets the drawable used as the illustration. The drawable is expected to have intrinsic 106 public void setIllustration(Drawable illustration) { [all...] |
/prebuilts/go/darwin-x86/src/reflect/ |
makefunc.go | 41 // The Examples section of the documentation includes an illustration
|
/prebuilts/go/linux-x86/src/reflect/ |
makefunc.go | 41 // The Examples section of the documentation includes an illustration
|
/external/libvorbis/doc/ |
08-residue.tex | 50 illustration below. Just as the residue vectors are coded in grouped 72 \captionof{figure}{illustration of residue vector format} 149 \captionof{figure}{illustration of residue type 2}
|
03-codebook.tex | 249 \captionof{figure}{huffman tree illustration} 262 \captionof{figure}{underspecified huffman tree illustration}
|
04-codec.tex | 303 short block. See \xref{vorbis:spec:window} for an illustration of overlapping 310 illustration of overlapping dissimilar
|
/prebuilts/go/darwin-x86/src/encoding/base32/ |
base32.go | 267 // Examples" for an illustration for how the 1st, 3rd and 6th base32
|
/prebuilts/go/linux-x86/src/encoding/base32/ |
base32.go | 267 // Examples" for an illustration for how the 1st, 3rd and 6th base32
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
closure.go | 298 // For illustration, the following closure:
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
closure.go | 295 // For illustration, the following closure:
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
closure.go | 298 // For illustration, the following closure:
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
closure.go | 295 // For illustration, the following closure:
|