Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DOptionSelectorController.java232 int fixWidth = res.getDimensionPixelSize(R.dimen.options_container_width); in initOptions() local
234 if (fixWidth == 0) { in initOptions()
240 availableWidth = fixWidth; in initOptions()