HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN_COUNT_AUTO (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 90 public static final int COLUMN_COUNT_AUTO = -1;
230 if (colCount < 1 && colCount != COLUMN_COUNT_AUTO) {
251 setColumnCount(COLUMN_COUNT_AUTO);
633 if (mColCountSetting == COLUMN_COUNT_AUTO) {
660 if (mColCount == COLUMN_COUNT_AUTO) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 114 public static final int COLUMN_COUNT_AUTO = -1;
447 if (colCount < 1 && colCount != COLUMN_COUNT_AUTO) {
490 setColumnCount(COLUMN_COUNT_AUTO);
    [all...]

Completed in 370 milliseconds