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

  /frameworks/base/core/java/android/widget/
TextView.java 442 static class Drawables {
477 public Drawables(Context context) {
493 * Updates the list of displayed drawables to account for the current
497 * @return {@code true} if the displayed drawables changed
500 final Drawable previousLeft = mShowing[Drawables.LEFT];
501 final Drawable previousRight = mShowing[Drawables.RIGHT];
503 // First reset "left" and "right" drawables to their initial values
504 mShowing[Drawables.LEFT] = mDrawableLeftInitial;
505 mShowing[Drawables.RIGHT] = mDrawableRightInitial;
509 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null)
6883 final TextView.Drawables drawables = mDrawables; local
    [all...]
Editor.java 117 import android.widget.TextView.Drawables;
593 Drawables dr = mTextView.mDrawables;
595 mTextView.mDrawables = dr = new Drawables(mTextView.getContext());
625 final Drawables dr = mTextView.mDrawables;
658 final Drawables dr = mTextView.mDrawables;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 2683 milliseconds