Home
last modified time | relevance | path

Searched refs:iconSizePx (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java80 public int iconSizePx; field in DeviceProfile
222 int extraSpace = getCellSize().y - iconSizePx - iconDrawablePaddingPx * 2 in DeviceProfile()
233 mDotRenderer = new DotRenderer(iconSizePx, IconShape.getShapePath(), in DeviceProfile()
255 float workspaceCellPaddingY = profile.getCellSize().y - profile.iconSizePx in getMultiWindowProfile()
286 cellHeightPx = iconSizePx; in adjustToHideWorkspaceLabels()
314 iconSizePx = Math.max(1, (int) (ResourceUtils.pxFromDp(invIconSizePx, dm) * scale)); in updateIconSize()
318 cellHeightPx = iconSizePx + iconDrawablePaddingPx in updateIconSize()
329 cellWidthPx = iconSizePx + iconDrawablePaddingPx; in updateIconSize()
333 allAppsIconSizePx = iconSizePx; in updateIconSize()
344 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
[all …]
DBubbleTextView.java161 defaultIconSize = grid.iconSizePx; in BubbleTextView()
173 defaultIconSize = mActivity.getDeviceProfile().iconSizePx; in BubbleTextView()
DWidgetPreviewLoader.java423 int appIconSize = launcher.getDeviceProfile().iconSizePx; in generateWidgetPreview()
456 int iconSize = launcher.getDeviceProfile().iconSizePx; in generateShortcutPreview()
DWorkspace.java294 ? 0.75f * stableGrid.iconSizePx in setInsets()
295 : 0.55f * stableGrid.iconSizePx; in setInsets()
DCellLayout.java232 mReorderPreviewAnimationMagnitude = (REORDER_PREVIEW_MAGNITUDE * grid.iconSizePx); in CellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutDragPreviewProvider.java46 int size = Launcher.getLauncher(mView.getContext()).getDeviceProfile().iconSizePx; in createDragBitmap()
75 float size = launcher.getDeviceProfile().iconSizePx; in getScaleAndPosition()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java53 public DotRenderer(int iconSizePx, Path iconShapePath, int pathSize) { in DotRenderer() argument
54 int size = Math.round(SIZE_PERCENTAGE * iconSizePx); in DotRenderer()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java119 scale = ((float) launcher.getDeviceProfile().iconSizePx) / preview.getWidth(); in startDrag()
126 int iconSize = dp.iconSizePx; in startDrag()
DPendingAppWidgetHostView.java216 int maxSize = grid.iconSizePx; in updateDrawableBounds()
234 int actualIconSize = (int) Math.min(iconSize, grid.iconSizePx); in updateDrawableBounds()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java100 options.intrinsicIconScaleFactor = (float) grid.allAppsIconSizePx / grid.iconSizePx; in onAllAppsItemLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java170 lp.topMargin = grid.iconSizePx + grid.iconDrawablePaddingPx; in fromXml()
515 mLauncher.getWallpaperDeviceProfile().iconSizePx);
DPreviewItemManager.java130 float iconSize = mIcon.mLauncher.getDeviceProfile().iconSizePx; in getFinalIconParams()
DFolder.java1006 - mLauncher.getDeviceProfile().iconSizePx) / 2; in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java118 int iconVisibleSize = Math.round(ICON_VISIBLE_AREA_FACTOR * dp.iconSizePx); in onMeasure()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java154 final int halfIconSize = dp.iconSizePx / 2; in prepareHomeUI()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java606 iconShift.y = mIconLastTouchPos.y - mLauncher.getDeviceProfile().iconSizePx;