Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java314 int iconOffset = getOffsetForIconBounds(l, drawable, pos); in getIconResult()
413 private static int getOffsetForIconBounds(Launcher l, Drawable drawable, RectF position) { in getOffsetForIconBounds() method in FloatingIconView