Searched refs:outViewBounds (Results 1 – 1 of 1) sorted by relevance
217 RectF outRect, Rect outViewBounds) { in getLocationBoundsForView() argument231 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()233 ((FolderIcon) v).getPreviewBounds(outViewBounds); in getLocationBoundsForView()235 outViewBounds.set(0, 0, v.getWidth(), v.getHeight()); in getLocationBoundsForView()238 Utilities.getBoundsForViewInDragLayer(launcher.getDragLayer(), v, outViewBounds, in getLocationBoundsForView() local