Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java478 static class Drawables { class in TextView
513 public Drawables(Context context) { in Drawables() method in TextView.Drawables
536 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 …]
DEditor.java120 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()
/frameworks/base/config/
Dpreloaded-classes4411 android.widget.TextView$Drawables