Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DOptionSelectorController.java291 int fixWidth = res.getDimensionPixelSize(R.dimen.options_container_width); in initOptions() local
293 if (fixWidth == 0) { in initOptions()
299 availableWidth = fixWidth; in initOptions()