Searched refs:Drawables (Results 1 – 3 of 3) sorted by relevance
478 static class Drawables { class in TextView513 public Drawables(Context context) { in Drawables() method in TextView.Drawables536 final Drawable previousLeft = mShowing[Drawables.LEFT];537 final Drawable previousRight = mShowing[Drawables.RIGHT];540 mShowing[Drawables.LEFT] = mDrawableLeftInitial;541 mShowing[Drawables.RIGHT] = mDrawableRightInitial;545 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null) {546 mShowing[Drawables.LEFT] = mDrawableStart;551 if (mDrawableEnd != null && mShowing[Drawables.RIGHT] == null) {552 mShowing[Drawables.RIGHT] = mDrawableEnd;[all …]
120 import android.widget.TextView.Drawables;611 Drawables dr = mTextView.mDrawables; in setErrorIcon()613 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()643 final Drawables dr = mTextView.mDrawables; in getErrorX()676 final Drawables dr = mTextView.mDrawables; in getErrorY()
4411 android.widget.TextView$Drawables