Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DSetupWizardRecyclerLayout.java41 protected RecyclerMixin mRecyclerMixin; field in SetupWizardRecyclerLayout
63 mRecyclerMixin.parseAttributes(attrs, defStyleAttr); in init()
64 registerMixin(RecyclerMixin.class, mRecyclerMixin); in init()
74 mRecyclerMixin.onLayout(); in onLayout()
79 return mRecyclerMixin.getAdapter(); in getAdapter()
84 mRecyclerMixin.setAdapter(adapter); in setAdapter()
89 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
112 mRecyclerMixin = new RecyclerMixin(this, (RecyclerView) recyclerView); in onTemplateInflated()
123 final View header = mRecyclerMixin.getHeader(); in findManagedViewById()
136 mRecyclerMixin.setDividerInset(inset); in setDividerInset()
[all …]
DGlifRecyclerLayout.java40 protected RecyclerMixin mRecyclerMixin; field in GlifRecyclerLayout
67 mRecyclerMixin.parseAttributes(attrs, defStyleAttr); in init()
68 registerMixin(RecyclerMixin.class, mRecyclerMixin); in init()
78 mRecyclerMixin.onLayout(); in onLayout()
93 mRecyclerMixin = new RecyclerMixin(this, (RecyclerView) recyclerView); in onTemplateInflated()
112 final View header = mRecyclerMixin.getHeader(); in findManagedViewById()
124 mRecyclerMixin.setDividerItemDecoration(decoration); in setDividerItemDecoration()
129 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
134 mRecyclerMixin.setAdapter(adapter); in setAdapter()
139 return mRecyclerMixin.getAdapter(); in getAdapter()
[all …]
DGlifPreferenceLayout.java95 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
113 mRecyclerMixin = new RecyclerMixin(this, recyclerView); in onTemplateInflated()
DSetupWizardPreferenceLayout.java94 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
112 mRecyclerMixin = new RecyclerMixin(this, recyclerView); in onTemplateInflated()