Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java230 if (colCount < 1 && colCount != COLUMN_COUNT_AUTO) { in setColumnCount()
232 colCount); in setColumnCount()
635 if (colCount != mColCount) { in onMeasure()
636 mColCount = colCount; in onMeasure()
663 mColCount = colCount; in populate()
667 final int colCount = mColCount; in populate() local
733 final int colCount = mColCount; in offsetChildren() local
1110 final int colCount = mColCount; in getNextColumnUp() local
1140 final int colCount = mColCount; in getNextRecordUp() local
1172 final int colCount = mColCount; in getNextColumnDown() local
[all …]
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DDbTestingUtils.java28 int colCount = cursor.getColumnCount(); in toList() local
30 List<String> row = new ArrayList<>(colCount); in toList()
31 for (int i = 0; i < colCount; i++) { in toList()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2827 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument
2829 setup(cellWidth, cellHeight, invertHorizontally, colCount, rowCount, 1.0f, 1.0f, in setup()
2840 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument
2850 myCellX = colCount - myCellX - cellHSpan; in setup()