Searched refs:Drawables (Results 1 – 20 of 20) sorted by relevance
352 static class Drawables { class in TextView387 public Drawables(Context context) { in Drawables() method in TextView.Drawables410 final Drawable previousLeft = mShowing[Drawables.LEFT]; in resolveWithLayoutDirection()411 final Drawable previousRight = mShowing[Drawables.RIGHT]; in resolveWithLayoutDirection()414 mShowing[Drawables.LEFT] = mDrawableLeftInitial; in resolveWithLayoutDirection()415 mShowing[Drawables.RIGHT] = mDrawableRightInitial; in resolveWithLayoutDirection()419 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null) { in resolveWithLayoutDirection()420 mShowing[Drawables.LEFT] = mDrawableStart; in resolveWithLayoutDirection()425 if (mDrawableEnd != null && mShowing[Drawables.RIGHT] == null) { in resolveWithLayoutDirection()426 mShowing[Drawables.RIGHT] = mDrawableEnd; in resolveWithLayoutDirection()[all …]
109 import android.widget.TextView.Drawables;495 Drawables dr = mTextView.mDrawables; in setErrorIcon()497 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()527 final Drawables dr = mTextView.mDrawables; in getErrorX()560 final Drawables dr = mTextView.mDrawables; in getErrorY()
1 page.title=Working with Drawables11 <li><a href="#VectorDrawables">Create Vector Drawables</a></li>87 <h2 id="VectorDrawables">Create Vector Drawables</h2>132 <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>464 <h2 id="AnimVector">Animate Vector Drawables</h2>466 <p><a href="{@docRoot}training/material/drawables.html#VectorDrawables">Vector Drawables</a> are
53 <dt><a href="{@docRoot}training/material/drawables.html">使用 Drawables</a></dt>
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>
27 Canvas and Drawables</a></li>
338 <span class="en">Canvas and Drawables</span>
546 href="{@docRoot}guide/topics/graphics/2d-graphics.html">Canvas and Drawables</a>.</p>
442 with Drawables</a>.
219 …nimate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrar…
987 Drawables from your RTL resources.
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>
28 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the36 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each789 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
2467 android.widget.TextView$Drawables
5037 android.widget.TextView$Drawables