Searched refs:allAppsCellHeightPx (Results 1 – 7 of 7) sorted by relevance
113 public int allAppsCellHeightPx; field in DeviceProfile292 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in adjustToHideWorkspaceLabels()335 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
186 Launcher.getLauncher(getContext()).getDeviceProfile().allAppsCellHeightPx in getExpectedHeight()246 lp.height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in applyPredictionApps()
89 float slightParallax = -launcher.getDeviceProfile().allAppsCellHeightPx * 0.3f; in getOverviewScaleAndTranslation()
122 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
166 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
259 icon.getLayoutParams().height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in onCreateViewHolder()
106 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()