Searched refs:Drawables (Results 1 – 5 of 5) 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()
90859 Landroid/widget/TextView$Drawables;90860 Landroid/widget/TextView$Drawables;-><init>(Landroid/content/Context;)V90861 Landroid/widget/TextView$Drawables;->applyErrorDrawableIfNeeded(I)V90862 Landroid/widget/TextView$Drawables;->BOTTOM:I90863 Landroid/widget/TextView$Drawables;->DRAWABLE_LEFT:I90864 Landroid/widget/TextView$Drawables;->DRAWABLE_NONE:I90865 Landroid/widget/TextView$Drawables;->DRAWABLE_RIGHT:I90866 Landroid/widget/TextView$Drawables;->hasMetadata()Z90867 Landroid/widget/TextView$Drawables;->LEFT:I90868 Landroid/widget/TextView$Drawables;->mCompoundRect:Landroid/graphics/Rect;[all …]
4411 android.widget.TextView$Drawables
19267 HSPLandroid/widget/TextView$Drawables;-><init>(Landroid/content/Context;)V19268 HSPLandroid/widget/TextView$Drawables;->applyErrorDrawableIfNeeded(I)V19269 HSPLandroid/widget/TextView$Drawables;->hasMetadata()Z19270 HSPLandroid/widget/TextView$Drawables;->resolveWithLayoutDirection(I)Z37148 Landroid/widget/TextView$Drawables;