Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java660 ResourceReference listRef = context.resolveId(id); in postInflateProcess() local
662 if (listRef != null) { in postInflateProcess()
664 AdapterBinding binding = params.getAdapterBindings().get(listRef); in postInflateProcess()
669 listRef, context.getViewKey(view), view); in postInflateProcess()
708 new FakeExpandableAdapter(listRef, binding, layoutlibCallback)); in postInflateProcess()
711 new FakeAdapter(listRef, binding, layoutlibCallback)); in postInflateProcess()
715 new FakeAdapter(listRef, binding, layoutlibCallback)); in postInflateProcess()