Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java256 public int allAppsCellHeightPx; field in DeviceProfile
809 / (float) allAppsCellHeightPx)); in getMaxAllAppsRowCount()
1286 allAppsCellHeightPx += Utilities.calculateTextHeight(allAppsIconTextSizePx);
1329 allAppsCellHeightPx = pxFromDp(inv.allAppsCellSize[mTypeIndex].y, mMetrics)
1360 if (allAppsCellHeightPx < cellContentHeight) {
1362 allAppsCellHeightPx = cellContentHeight;
1384 allAppsCellHeightPx = mResponsiveAllAppsHeightSpec.getCellSizePx();
1403 if (allAppsCellHeightPx < cellContentDimensions.getCellContentHeight()) {
1405 if (allAppsCellHeightPx < allAppsIconSizePx) {
1407 mIconSizeSteps.getIconSmallerThan(allAppsCellHeightPx));
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java35 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt64 allAppsCellHeightPx: 354.0px (177.0dp)
DtabletLandscape3Button.txt64 allAppsCellHeightPx: 322.0px (161.0dp)
DtwoPanelPortrait_decoupleDepth.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DtwoPanelPortrait3Button_decoupleDepth.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DtwoPanelPortrait3Button.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DtabletPortrait.txt64 allAppsCellHeightPx: 354.0px (177.0dp)
DtwoPanelPortrait.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DphoneVerticalBar.txt64 allAppsCellHeightPx: 372.0px (141.71428dp)
DtabletLandscape.txt64 allAppsCellHeightPx: 322.0px (161.0dp)
DtwoPanelLandscape3Button.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DphonePortrait.txt64 allAppsCellHeightPx: 366.0px (139.42857dp)
DphonePortrait3Button.txt64 allAppsCellHeightPx: 366.0px (139.42857dp)
DtwoPanelLandscape3Button_decoupleDepth.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DtwoPanelLandscape_decoupleDepth.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DtwoPanelLandscape.txt64 allAppsCellHeightPx: 361.0px (137.5238dp)
DphoneVerticalBar3Button.txt64 allAppsCellHeightPx: 372.0px (141.71428dp)
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java130 grid.allAppsCellHeightPx * grid.numShownAllAppsColumns + verticalPadding; in onMeasure()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java228 lp.height = mActivityContext.getDeviceProfile().allAppsCellHeightPx; in applyPredictionApps()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DBaseAllAppsAdapter.java232 mActivityContext.getDeviceProfile().allAppsCellHeightPx; in onCreateViewHolder()
DPrivateProfileManager.java784 getPsHeaderHeight(), deviceProfile.allAppsCellHeightPx); in expandPrivateSpace()
DActivityAllAppsContainerView.java519 mActivityContext.getDeviceProfile().allAppsCellHeightPx); in resetAndScrollToPrivateSpaceHeader()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java206 mDeviceProfile.allAppsCellHeightPx); in call()