Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java137 private CalculatedHotseatSpec mResponsiveHotseatSpec; field in DeviceProfile
570 mResponsiveHotseatSpec = in DeviceProfile()
575 hotseatQsbSpace = mResponsiveHotseatSpec.getHotseatQsbSpace(); in DeviceProfile()
577 isVerticalBarLayout() ? 0 : mResponsiveHotseatSpec.getEdgePadding(); in DeviceProfile()
579 isVerticalBarLayout() ? mResponsiveHotseatSpec.getEdgePadding() : 0; in DeviceProfile()
2259 writer.println(prefix + "\tmResponsiveHotseatSpec:" + mResponsiveHotseatSpec);