Searched refs:allAppsIconDrawablePaddingPx (Results 1 – 2 of 2) sorted by relevance
123 public int allAppsIconDrawablePaddingPx; field in DeviceProfile322 int topBottomPadding = allAppsIconDrawablePaddingPx * (isVerticalBarLayout() ? 2 : 1); in autoResizeAllAppsCells()323 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in autoResizeAllAppsCells()372 allAppsIconDrawablePaddingPx = iconDrawablePaddingOriginalPx; in updateIconSize()375 + (4 * allAppsIconDrawablePaddingPx)); in updateIconSize()379 allAppsIconDrawablePaddingPx = iconDrawablePaddingPx; in updateIconSize()382 allAppsCellWidthPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx; in updateIconSize()
175 setCompoundDrawablePadding(grid.allAppsIconDrawablePaddingPx); in BubbleTextView()