Searched refs:Drawables (Results 1 – 20 of 20) sorted by relevance
342 static class Drawables { class in TextView377 public Drawables(Context context) { in Drawables() method in TextView.Drawables386 mShowing[Drawables.LEFT] = mDrawableLeftInitial; in resolveWithLayoutDirection()387 mShowing[Drawables.RIGHT] = mDrawableRightInitial; in resolveWithLayoutDirection()391 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null) { in resolveWithLayoutDirection()392 mShowing[Drawables.LEFT] = mDrawableStart; in resolveWithLayoutDirection()397 if (mDrawableEnd != null && mShowing[Drawables.RIGHT] == null) { in resolveWithLayoutDirection()398 mShowing[Drawables.RIGHT] = mDrawableEnd; in resolveWithLayoutDirection()408 mShowing[Drawables.RIGHT] = mDrawableStart; in resolveWithLayoutDirection()412 mShowing[Drawables.LEFT] = mDrawableEnd; in resolveWithLayoutDirection()[all …]
107 import android.widget.TextView.Drawables;472 Drawables dr = mTextView.mDrawables; in setErrorIcon()474 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()504 final Drawables dr = mTextView.mDrawables; in getErrorX()537 final Drawables dr = mTextView.mDrawables; in getErrorY()
1 page.title=Working with Drawables11 <li><a href="#VectorDrawables">Create Vector Drawables</a></li>85 <h2 id="VectorDrawables">Create Vector Drawables</h2>130 <a href="{@docRoot}training/material/animations.html#AnimVector">Animating Vector Drawables</a>.</p>
53 <dt><a href="{@docRoot}training/material/drawables.html">Working with Drawables</a></dt>
13 <li><a href="#AnimVector">Animate Vector Drawables</a></li>460 <h2 id="AnimVector">Animate Vector Drawables</h2>462 <p><a href="{@docRoot}training/material/drawables.html#VectorDrawables">Vector Drawables</a> are
9 the section about NinePatch Drawables in the10 <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">Canvas and Drawables</a>
1 page.title=Canvas and Drawables16 <li><a href="#drawables">Drawables</a>53 an otherwise static application. Read <a href="#drawables">Drawables</a> for more information.</li>183 <h2 id="drawables">Drawables</h2>189 couple subclasses of the Drawable class. For information on using Drawables to do frame-by-frame262 as the alpha) for one of the Drawables, then it will also affect the other. So when dealing with287 to Drawables. If there is a Drawable object that you'd like to create, which is not initially412 section about Shape Drawables in the <a
47 Drawables</a></strong></dt>
172 <h3>Drawables</h3>186 Drawables</a>.</p>
159 <a href="{@docRoot}guide/topics/resources/drawable-resource.html"><code>Drawables</code></a> and162 example <a href="{@docRoot}guide/topics/resources/drawable-resource.html"><code>Drawables</code></a…
27 Canvas and Drawables</a></li>
117 <p>Sample that shows applying tinting and color filters to Drawables both programmatically
337 <span class="en">Canvas and Drawables</span>
546 href="{@docRoot}guide/topics/graphics/2d-graphics.html">Canvas and Drawables</a>.</p>
73 <p>Você também pode definir drawables de vetor em XML e animá-los de várias formas. Drawables de ve…
256 <li>Drawables animados e não animados com base nos gráficos de vetor XML</li>
219 …nimate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrar…
988 Drawables from your RTL resources.
27 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the35 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each788 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
2176 android.widget.TextView$Drawables