Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java114 public final int hotseatBarSidePaddingEndPx; field in DeviceProfile
211 hotseatBarSidePaddingEndPx = in DeviceProfile()
216 ? (hotseatBarSidePaddingStartPx + hotseatBarSidePaddingEndPx) in DeviceProfile()
373 + hotseatBarSidePaddingEndPx; in updateIconSize()
518 mInsets.top, hotseatBarSidePaddingEndPx, mInsets.bottom); in getHotseatLayoutPadding()
520 mHotseatPadding.set(hotseatBarSidePaddingEndPx, mInsets.top, in getHotseatLayoutPadding()