Searched refs:actualIconSize (Results 1 – 2 of 2) sorted by relevance
408 int actualIconSize = (int) Math.min(iconSize, grid.iconSizePx); in updateDrawableBounds() local411 int iconTop = (getHeight() - actualIconSize) / 2; in updateDrawableBounds()422 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()428 - grid.iconDrawablePaddingPx - actualIconSize) / 2; in updateDrawableBounds()436 mRect.set(0, 0, actualIconSize, actualIconSize); in updateDrawableBounds()437 mRect.offset((getWidth() - actualIconSize) / 2, iconTop); in updateDrawableBounds()442 mRect.right = mRect.left + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()444 mRect.bottom = mRect.top + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()
140 int actualIconSize = mActivityContext.getDeviceProfile().taskbarIconSize; in TaskbarView() local143 actualIconSize = deviceProfile.taskbarIconSize; in TaskbarView()145 int visualIconSize = (int) (actualIconSize * ICON_VISIBLE_AREA_FACTOR); in TaskbarView()147 mIconTouchSize = Math.max(actualIconSize, in TaskbarView()