Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java409 static class Drawables { class in TextView
444 public Drawables(Context context) { in Drawables() method in TextView.Drawables
467 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 …]
DEditor.java111 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()
/frameworks/base/
Dpreloaded-classes2722 android.widget.TextView$Drawables
Dcompiled-classes-phone5098 android.widget.TextView$Drawables