Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2877 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument
2892 resultRect.set(x, y, x + width, y + height); in cellToRect()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java2964 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument
2979 resultRect.set(x, y, x + width, y + height); in cellToRect()