Home
last modified time | relevance | path

Searched refs:Drawables (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java415 static class Drawables { class in TextView
450 public Drawables(Context context) { in Drawables() method in TextView.Drawables
473 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 …]
DEditor.java112 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()
/frameworks/base/config/
Dpreloaded-classes2749 android.widget.TextView$Drawables
Dcompiled-classes-phone5176 android.widget.TextView$Drawables
Dboot-image-profile.txt36112 HSPLandroid/widget/TextView$Drawables;-><init>(Landroid/content/Context;)V
36113 HSPLandroid/widget/TextView$Drawables;->applyErrorDrawableIfNeeded(I)V
36114 HSPLandroid/widget/TextView$Drawables;->hasMetadata()Z
36115 HSPLandroid/widget/TextView$Drawables;->resolveWithLayoutDirection(I)Z
52842 Landroid/widget/TextView$Drawables;