Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java26771 Context rootContext = getRootView().getContext(); in getAutofilledDrawable() local
26772 TypedArray a = rootContext.getTheme().obtainStyledAttributes(AUTOFILL_HIGHLIGHT_ATTR); in getAutofilledDrawable()
26774 mAttachInfo.mAutofilledDrawable = rootContext.getDrawable(attributeResourceId); in getAutofilledDrawable()