Searched refs:allAppsCellHeightPx (Results 1 – 8 of 8) sorted by relevance
117 public int allAppsCellHeightPx; field in DeviceProfile246 allAppsCellHeightPx = originalProfile.allAppsCellHeightPx; in DeviceProfile()315 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in adjustToHideWorkspaceLabels()362 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
189 Launcher.getLauncher(getContext()).getDeviceProfile().allAppsCellHeightPx in getExpectedHeight()250 lp.height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in applyPredictionApps()
89 float slightParallax = -launcher.getDeviceProfile().allAppsCellHeightPx * 0.3f; in getOverviewScaleAndTranslation()
123 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
46 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight()
157 mDeviceProfile.allAppsCellHeightPx); in call()
106 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()
263 icon.getLayoutParams().height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in onCreateViewHolder()