Searched refs:actualIconSize (Results 1 – 2 of 2) sorted by relevance
262 int actualIconSize = (int) Math.min(iconSize, grid.iconSizePx); in updateDrawableBounds() local265 int iconTop = (getHeight() - actualIconSize) / 2; in updateDrawableBounds()276 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()282 grid.iconDrawablePaddingPx - actualIconSize) / 2; in updateDrawableBounds()290 mRect.set(0, 0, actualIconSize, actualIconSize); in updateDrawableBounds()291 mRect.offset((getWidth() - actualIconSize) / 2, iconTop); in updateDrawableBounds()295 mRect.right = mRect.left + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()297 mRect.bottom = mRect.top + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()
88 int actualIconSize = mActivityContext.getDeviceProfile().iconSizePx; in TaskbarView() local91 mItemMarginLeftRight = actualMargin - (mIconTouchSize - actualIconSize) / 2; in TaskbarView()92 mItemPadding = (mIconTouchSize - actualIconSize) / 2; in TaskbarView()