Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java352 static class Drawables { class in TextView
387 public Drawables(Context context) { in Drawables() method in TextView.Drawables
410 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 …]
DEditor.java109 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()
/frameworks/base/docs/html/training/material/
Ddrawables.jd1 page.title=Working with Drawables
11 <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>
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>
464 <h2 id="AnimVector">Animate Vector Drawables</h2>
466 <p><a href="{@docRoot}training/material/drawables.html#VectorDrawables">Vector Drawables</a> are
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Dindex.jd53 <dt><a href="{@docRoot}training/material/drawables.html">使用 Drawables</a></dt>
/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/training/custom-views/
Dcustom-drawing.jd27 Canvas and Drawables</a></li>
/frameworks/base/docs/html/guide/
Dguide_toc.cs338 <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/topic/performance/
Dreduce-apk-size.jd442 with Drawables</a>.
/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.jd987 Drawables from your RTL resources.
/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/guide/topics/resources/
Ddrawable-resource.jd28 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the
36 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each
789 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
/frameworks/base/
Dpreloaded-classes2467 android.widget.TextView$Drawables
Dcompiled-classes-phone5037 android.widget.TextView$Drawables