Searched refs:colCount (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | DbTestingUtils.java | 28 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()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2744 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument 2746 setup(cellWidth, cellHeight, invertHorizontally, colCount, rowCount, 1.0f, 1.0f, in setup() 2757 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument 2767 myCellX = colCount - myCellX - cellHSpan; in setup()
|