Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2744 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()