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 | 2675 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount) { in setup() argument 2676 setup(cellWidth, cellHeight, invertHorizontally, colCount, 1.0f, 1.0f); in setup() 2686 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument 2695 myCellX = colCount - myCellX - cellHSpan; in setup()
|