Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java113 public final int hotseatBarSidePaddingStartPx; field in DeviceProfile
214 hotseatBarSidePaddingStartPx = isVerticalBarLayout() ? verticalDragHandleSizePx : 0; in DeviceProfile()
216 ? (hotseatBarSidePaddingStartPx + hotseatBarSidePaddingEndPx) in DeviceProfile()
372 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
517 mHotseatPadding.set(mInsets.left + hotseatBarSidePaddingStartPx, in getHotseatLayoutPadding()
521 mInsets.right + hotseatBarSidePaddingStartPx, mInsets.bottom); in getHotseatLayoutPadding()