Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutDragPreviewProvider.java61 Rect bounds = getDrawableBounds(d); in createDragBitmapLegacy()
77 Rect bounds = getDrawableBounds(d); in drawDragViewOnBackground()
88 int iconSize = getDrawableBounds(mView.getBackground()).width(); in getScaleAndPosition()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DDragPreviewProvider.java141 protected static Rect getDrawableBounds(Drawable d) { in getDrawableBounds() method in DragPreviewProvider