Home
last modified time | relevance | path

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

/frameworks/support/car/src/main/java/androidx/car/drawer/
DCarDrawerAdapter.java61 private CarUxRestrictions mCurrentUxRestrictions; field in CarDrawerAdapter
105 mCurrentUxRestrictions = carUxRestrictions; in CarDrawerAdapter()
190 if (mCurrentUxRestrictions != null) { in onBindViewHolder()
191 holder.complyWithUxRestrictions(mCurrentUxRestrictions); in onBindViewHolder()
/frameworks/support/car/src/main/java/androidx/car/widget/
DListItemAdapter.java113 private CarUxRestrictions mCurrentUxRestrictions; field in ListItemAdapter
142 mCurrentUxRestrictions = carUxRestrictions; in ListItemAdapter()
269 if (mCurrentUxRestrictions != null) { in onBindViewHolder()
270 holder.complyWithUxRestrictions(mCurrentUxRestrictions); in onBindViewHolder()