Searched refs:Drawables (Results 1 – 5 of 5) sorted by relevance
415 static class Drawables { class in TextView450 public Drawables(Context context) { in Drawables() method in TextView.Drawables473 final Drawable previousLeft = mShowing[Drawables.LEFT];474 final Drawable previousRight = mShowing[Drawables.RIGHT];477 mShowing[Drawables.LEFT] = mDrawableLeftInitial;478 mShowing[Drawables.RIGHT] = mDrawableRightInitial;482 if (mDrawableStart != null && mShowing[Drawables.LEFT] == null) {483 mShowing[Drawables.LEFT] = mDrawableStart;488 if (mDrawableEnd != null && mShowing[Drawables.RIGHT] == null) {489 mShowing[Drawables.RIGHT] = mDrawableEnd;[all …]
112 import android.widget.TextView.Drawables;523 Drawables dr = mTextView.mDrawables; in setErrorIcon()525 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()555 final Drawables dr = mTextView.mDrawables; in getErrorX()588 final Drawables dr = mTextView.mDrawables; in getErrorY()
2749 android.widget.TextView$Drawables
5176 android.widget.TextView$Drawables
36112 HSPLandroid/widget/TextView$Drawables;-><init>(Landroid/content/Context;)V36113 HSPLandroid/widget/TextView$Drawables;->applyErrorDrawableIfNeeded(I)V36114 HSPLandroid/widget/TextView$Drawables;->hasMetadata()Z36115 HSPLandroid/widget/TextView$Drawables;->resolveWithLayoutDirection(I)Z52842 Landroid/widget/TextView$Drawables;