Searched refs:invertHorizontally (Results 1 – 1 of 1) sorted by relevance
/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 2766 if (invertHorizontally) { in setup()
|