Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java72 Rect bounds = getDrawableBounds(d); in DragPreviewProvider()
88 Rect bounds = getDrawableBounds(d); in drawDragView()
131 Rect bounds = getDrawableBounds(d); in createDragBitmap()
163 protected static Rect getDrawableBounds(Drawable d) { in getDrawableBounds() method in DragPreviewProvider
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutDragPreviewProvider.java44 Rect bounds = getDrawableBounds(d); in createDragBitmap()
63 int iconSize = getDrawableBounds(mView.getBackground()).width(); in getScaleAndPosition()