Searched refs:viewBounds (Results 1 – 1 of 1) sorted by relevance
246 Rect viewBounds, boolean ignoreTransform, float[] recycle, RectF outRect) { in getBoundsForViewInDragLayer() argument248 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()