Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java216 RectF outRect, Rect outViewBounds) { in getLocationBoundsForView() argument
230 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()
232 ((FolderIcon) v).getPreviewBounds(outViewBounds); in getLocationBoundsForView()
234 outViewBounds.set(0, 0, v.getWidth(), v.getHeight()); in getLocationBoundsForView()
237 Utilities.getBoundsForViewInDragLayer(launcher.getDragLayer(), v, outViewBounds, in getLocationBoundsForView() local