Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java115 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument
117 setup(cellWidth, cellHeight, invertHorizontally, colCount, rowCount, 1.0f, 1.0f, in setup()
128 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() argument
137 if (invertHorizontally) { in setup()