Searched refs:Drawables (Results 1 – 4 of 4) sorted by relevance
409 static class Drawables { class in TextView444 public Drawables(Context context) { in Drawables() method in TextView.Drawables467 final Drawable previousLeft = mShowing[Drawables.LEFT];468 final Drawable previousRight = mShowing[Drawables.RIGHT];471 mShowing[Drawables.LEFT] = mDrawableLeftInitial;472 mShowing[Drawables.RIGHT] = mDrawableRightInitial;476 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null) {477 mShowing[Drawables.LEFT] = mDrawableStart;482 if (mDrawableEnd != null && mShowing[Drawables.RIGHT] == null) {483 mShowing[Drawables.RIGHT] = mDrawableEnd;[all …]
111 import android.widget.TextView.Drawables;518 Drawables dr = mTextView.mDrawables; in setErrorIcon()520 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()550 final Drawables dr = mTextView.mDrawables; in getErrorX()583 final Drawables dr = mTextView.mDrawables; in getErrorY()
2722 android.widget.TextView$Drawables
5098 android.widget.TextView$Drawables