Home
last modified time | relevance | path

Searched refs:Drawables (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java342 static class Drawables { class in TextView
377 public Drawables(Context context) { in Drawables() method in TextView.Drawables
386 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 …]
DEditor.java107 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()
/frameworks/base/docs/html/training/material/
Ddrawables.jd1 page.title=Working with Drawables
11 <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>
Dindex.jd53 <dt><a href="{@docRoot}training/material/drawables.html">Working with Drawables</a></dt>
Danimations.jd13 <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
/frameworks/base/docs/html/tools/help/
Ddraw9patch.jd9 the section about NinePatch Drawables in the
10 <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">Canvas and Drawables</a>
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd1 page.title=Canvas and Drawables
16 <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-frame
262 as the alpha) for one of the Drawables, then it will also affect the other. So when dealing with
287 to Drawables. If there is a Drawable object that you'd like to create, which is not initially
412 section about Shape Drawables in the <a
Doverview.jd47 Drawables</a></strong></dt>
/frameworks/base/docs/html/design/material/
Dindex.jd172 <h3>Drawables</h3>
186 Drawables</a>.</p>
/frameworks/base/docs/html/tools/debugging/
Dannotations.jd159 <a href="{@docRoot}guide/topics/resources/drawable-resource.html"><code>Drawables</code></a> and
162 example <a href="{@docRoot}guide/topics/resources/drawable-resource.html"><code>Drawables</code></a…
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd27 Canvas and Drawables</a></li>
/frameworks/base/docs/html/samples/new/
Dindex.jd117 <p>Sample that shows applying tinting and color filters to Drawables both programmatically
/frameworks/base/docs/html/guide/
Dguide_toc.cs337 <span class="en">Canvas and Drawables</span>
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddrawing.jd546 href="{@docRoot}guide/topics/graphics/2d-graphics.html">Canvas and Drawables</a>.</p>
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/
Dlollipop.jd73 <p>Você também pode definir drawables de vetor em XML e animá-los de várias formas. Drawables de ve…
Dandroid-5.0.jd256 <li>Drawables animados e não animados com base nos gráficos de vetor XML</li>
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd219 …nimate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrar…
Dkitkat.jd988 Drawables from your RTL resources.
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd27 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the
35 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each
788 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
/frameworks/base/
Dpreloaded-classes2176 android.widget.TextView$Drawables