Searched refs:mAutofilledDrawable (Results 1 – 1 of 1) sorted by relevance
24202 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