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.java109 public final int hotseatBarSidePaddingStartPx; field in DeviceProfile
207 hotseatBarSidePaddingStartPx = isVerticalBarLayout() ? verticalDragHandleSizePx : 0; in DeviceProfile()
209 ? (hotseatBarSidePaddingStartPx + hotseatBarSidePaddingEndPx) in DeviceProfile()
344 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
484 mHotseatPadding.set(mInsets.left + hotseatBarSidePaddingStartPx, in getHotseatLayoutPadding()
488 mInsets.right + hotseatBarSidePaddingStartPx, mInsets.bottom); in getHotseatLayoutPadding()