Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DLauncherGridOptionsProvider.java108 int previewCount = c.getInt(c.getColumnIndex(COL_PREVIEW_COUNT)); in fetch() local
117 mOptions.add(new GridOption(title, name, isSet, rows, cols, preview, previewCount, in fetch()