Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/binder/
DKeyguardQuickAffordancePickerBinder.kt62 val affordancesView: RecyclerView = view.requireViewById(R.id.affordances) in <lambda>() constant
98 affordancesView.adapter = affordancesAdapter in <lambda>()
99 affordancesView.layoutManager = in <lambda>()
101 affordancesView.addItemDecoration(ItemSpacing(ItemSpacing.ITEM_SPACING_DP)) in <lambda>()
132 affordancesView.post { in <lambda>()
135 affordancesView.scrollToPosition(selectedPosition) in <lambda>()
137 affordancesView.smoothScrollToPosition(selectedPosition) in <lambda>()