Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java134 private CalculatedResponsiveSpec mResponsiveAllAppsHeightSpec; field in DeviceProfile
675 mResponsiveAllAppsHeightSpec = allAppsSpecs.getCalculatedSpec(responsiveAspectRatio, in DeviceProfile()
698 mResponsiveAllAppsHeightSpec.getAvailableSpace(), in DeviceProfile()
1382 mResponsiveAllAppsHeightSpec.getGutterPx()
1384 allAppsCellHeightPx = mResponsiveAllAppsHeightSpec.getCellSizePx();
1418 allAppsCellHeightPx += mResponsiveAllAppsHeightSpec.getGutterPx();
2254 + mResponsiveAllAppsHeightSpec.toString());