Searched defs:mAutofilledDrawable (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java20781 if (mAttachInfo.mAutofilledDrawable == null) {
20785 mAttachInfo.mAutofilledDrawable = rootContext.getDrawable(attributeResourceId);
20789 return mAttachInfo.mAutofilledDrawable;
25471 Drawable mAutofilledDrawable; field in class:View.AttachInfo

Completed in 106 milliseconds