Searched refs:halfIconSize (Results 1 – 2 of 2) sorted by relevance
148 final int halfIconSize = dp.iconSizePx / 2; in getDefaultWindowTargetRect() local152 return new RectF(targetCenterX - halfIconSize, targetCenterY - halfIconSize, in getDefaultWindowTargetRect()153 targetCenterX + halfIconSize, targetCenterY + halfIconSize); in getDefaultWindowTargetRect()
120 float halfIconSize = (mIconSize * scaleForItem(curNumItems)) / 2; in getPosition() local125 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()