Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java408 int actualIconSize = (int) Math.min(iconSize, grid.iconSizePx); in updateDrawableBounds() local
411 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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java140 int actualIconSize = mActivityContext.getDeviceProfile().taskbarIconSize; in TaskbarView() local
143 actualIconSize = deviceProfile.taskbarIconSize; in TaskbarView()
145 int visualIconSize = (int) (actualIconSize * ICON_VISIBLE_AREA_FACTOR); in TaskbarView()
147 mIconTouchSize = Math.max(actualIconSize, in TaskbarView()