Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java117 public int allAppsCellHeightPx; field in DeviceProfile
246 allAppsCellHeightPx = originalProfile.allAppsCellHeightPx; in DeviceProfile()
315 allAppsCellHeightPx = allAppsIconSizePx + allAppsIconDrawablePaddingPx in adjustToHideWorkspaceLabels()
362 allAppsCellHeightPx = getCellSize().y; in updateIconSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java189 Launcher.getLauncher(getContext()).getDeviceProfile().allAppsCellHeightPx in getExpectedHeight()
250 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.java123 return dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java46 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java157 mDeviceProfile.allAppsCellHeightPx); in call()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java106 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()
DAllAppsGridAdapter.java263 icon.getLayoutParams().height = mLauncher.getDeviceProfile().allAppsCellHeightPx; in onCreateViewHolder()