Home
last modified time | relevance | path

Searched refs:allAppsIconDrawablePaddingPx (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java174 public int allAppsIconDrawablePaddingPx; field in DeviceProfile
591 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in autoResizeAllAppsCells()
700 allAppsIconDrawablePaddingPx = iconDrawablePaddingOriginalPx;
705 allAppsIconDrawablePaddingPx = iconDrawablePaddingPx;
708 allAppsCellWidthPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx;
1101 allAppsIconDrawablePaddingPx)); in dump()
H A DBubbleTextView.java202 setCompoundDrawablePadding(grid.allAppsIconDrawablePaddingPx); in BubbleTextView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java476 return totalWidth - iconPadding - grid.allAppsIconDrawablePaddingPx;