Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java24202 if (mAttachInfo.mAutofilledDrawable == null) { in getAutofilledDrawable()
24206 mAttachInfo.mAutofilledDrawable = rootContext.getDrawable(attributeResourceId); in getAutofilledDrawable()
24210 return mAttachInfo.mAutofilledDrawable; in getAutofilledDrawable()
29128 Drawable mAutofilledDrawable; field in View.AttachInfo