Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java481 Rect cellBounds = new Rect(); in onDraw() local
497 cellToRect(x, y, 1, 1, cellBounds); in onDraw()
498 cellBoundsWithSpacing.set(cellBounds); in onDraw()