Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java113 public int allAppsCellHeightPx; field in DeviceProfile
292 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in adjustToHideWorkspaceLabels()
335 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java186 Launcher.getLauncher(getContext()).getDeviceProfile().allAppsCellHeightPx in getExpectedHeight()
246 lp.height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in applyPredictionApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java89 float slightParallax = -launcher.getDeviceProfile().allAppsCellHeightPx * 0.3f; in getOverviewScaleAndTranslation()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java122 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java166 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java259 icon.getLayoutParams().height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in onCreateViewHolder()
DAllAppsRecyclerView.java106 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()