Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java93 private int normalHotseatBarHeightPx, shortHotseatBarHeightPx; field in DeviceProfile
249 normalHotseatBarHeightPx = iconSizePx + 4 * edgeMarginPx; in updateIconSize()
336 padding.set(normalHotseatBarHeightPx, edgeMarginPx, in getWorkspacePadding()
340 normalHotseatBarHeightPx, edgeMarginPx); in getWorkspacePadding() local
393 return new Rect(availableWidthPx - normalHotseatBarHeightPx, 0, in getHotseatRect()
440 hotseatBarHeightPx = normalHotseatBarHeightPx; in setSearchBarHeight()
499 lp.width = normalHotseatBarHeightPx; in layout()