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.java298 int fixWidth = res.getDimensionPixelSize(R.dimen.options_container_width); in initOptions() local
300 if (fixWidth == 0) { in initOptions()
306 availableWidth = fixWidth; in initOptions()