Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java246 Rect viewBounds, boolean ignoreTransform, float[] recycle, RectF outRect) { in getBoundsForViewInDragLayer() argument
248 points[0] = viewBounds.left; in getBoundsForViewInDragLayer()
249 points[1] = viewBounds.top; in getBoundsForViewInDragLayer()
250 points[2] = viewBounds.right; in getBoundsForViewInDragLayer()
251 points[3] = viewBounds.bottom; in getBoundsForViewInDragLayer()