Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java157 public int hotseatCellHeightPx; field in DeviceProfile
425 hotseatCellHeightPx = (int) Math.ceil(hotseatIconSizePx * ICON_OVERLAP_FACTOR);
814 hotseatBarSizePx - hotseatCellHeightPx - hotseatBarTopPaddingPx in getHotseatLayoutPadding()
965 writer.println(prefix + pxToDpStr("hotseatCellHeightPx", hotseatCellHeightPx)); in dump()
DHotseat.java208 : dp.hotseatBarSizePx - dp.hotseatCellHeightPx - mQsbHeight; in getQsbOffsetY()