Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java182 int cellLayoutPaddingLeftRightMultiplier = !isVerticalBarLayout() && isTablet in DeviceProfile() local
189 cellLayoutPaddingLeftRightPx = cellLayoutPaddingLeftRightMultiplier * cellLayoutPadding; in DeviceProfile()