Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DClippedFolderIconLayoutRule.java120 float halfIconSize = (mIconSize * scaleForItem(curNumItems)) / 2; in getPosition() local
125 result[0] = mAvailableSpace / 2 + (float) (radius * Math.cos(theta) / 2) - halfIconSize; in getPosition()
126 result[1] = mAvailableSpace / 2 + (float) (- radius * Math.sin(theta) / 2) - halfIconSize; in getPosition()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java181 final int halfIconSize = dp.iconSizePx / 2; in getWindowTargetRect() local
189 return new RectF(targetX - halfIconSize, targetY - halfIconSize, in getWindowTargetRect()
190 targetX + halfIconSize, targetY + halfIconSize); in getWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1372 final int halfIconSize = dp.iconSizePx / 2; in getDefaultWindowTargetRect() local
1379 return new RectF(targetX - halfIconSize, targetY - halfIconSize, in getDefaultWindowTargetRect()
1380 targetX + halfIconSize, targetY + halfIconSize); in getDefaultWindowTargetRect()