Home
last modified time | relevance | path

Searched refs:hotseatBarSizePx (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java112 public int hotseatBarSizePx; field in DeviceProfile
220 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, mInfo.metrics) in DeviceProfile()
237 hotseatBarSizePx += extraSpace; in DeviceProfile()
391 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
397 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()
501 padding.left = hotseatBarSizePx; in updateWorkspacePadding()
505 padding.right = hotseatBarSizePx; in updateWorkspacePadding()
508 int paddingBottom = hotseatBarSizePx + workspacePageIndicatorHeight in updateWorkspacePadding()
569 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()
576 mInsets.top + availableHeightPx - hotseatBarSizePx in getAbsoluteOpenFolderBounds()
DHotseat.java99 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()
102 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()
107 lp.height = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java54 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityInterface.java64 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
DSwipeUpAnimationLogic.java166 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getWindowTargetRect()
DLauncherActivityInterface.java81 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java150 mLauncher.getDeviceProfile().hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DAllAppsEduView.java221 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java181 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java347 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java192 profile.hotseatBarSizePx); in onStateOrResumeChanging()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java387 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()