Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java25807 int attributeResourceId = a.getResourceId(0, 0); in getAutofilledDrawable() local
25808 mAttachInfo.mAutofilledDrawable = rootContext.getDrawable(attributeResourceId); in getAutofilledDrawable()