Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java53 private static final int APP_COUNT_DEF_VALUE = 6; field in AppGridView
54 private int mAppCount = APP_COUNT_DEF_VALUE;
88 styledAttrs.getInteger(R.styleable.AppGridView_appCount, APP_COUNT_DEF_VALUE); in applyAttributeSet()