HomeSort by relevance Sort by last modified time
    Searched refs:Drawables (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
TextView.java 352 static class Drawables {
387 public Drawables(Context context) {
403 * Updates the list of displayed drawables to account for the current
407 * @return {@code true} if the displayed drawables changed
410 final Drawable previousLeft = mShowing[Drawables.LEFT];
411 final Drawable previousRight = mShowing[Drawables.RIGHT];
413 // First reset "left" and "right" drawables to their initial values
414 mShowing[Drawables.LEFT] = mDrawableLeftInitial;
415 mShowing[Drawables.RIGHT] = mDrawableRightInitial;
419 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null)
5511 final TextView.Drawables drawables = mDrawables; local
    [all...]
Editor.java 109 import android.widget.TextView.Drawables;
495 Drawables dr = mTextView.mDrawables;
497 mTextView.mDrawables = dr = new Drawables(mTextView.getContext());
527 final Drawables dr = mTextView.mDrawables;
560 final Drawables dr = mTextView.mDrawables;
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 338 <span class="en">Canvas and Drawables</span>
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 682 milliseconds