Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java109 public int hotseatBarSizePx; field in DeviceProfile
215 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, dm) + (isVerticalBarLayout() in DeviceProfile()
231 hotseatBarSizePx += extraSpace; in DeviceProfile()
372 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
378 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()
482 padding.left = hotseatBarSizePx; in updateWorkspacePadding()
486 padding.right = hotseatBarSizePx; in updateWorkspacePadding()
489 int paddingBottom = hotseatBarSizePx + verticalDragHandleSizePx in updateWorkspacePadding()
549 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()
556 mInsets.top + availableHeightPx - hotseatBarSizePx in getAbsoluteOpenFolderBounds()
DHotseat.java89 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()
92 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()
97 lp.height = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DActivityControlHelper.java150 final float targetCenterY = dp.availableHeightPx - dp.hotseatBarSizePx; in getDefaultWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java133 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityControllerHelper.java68 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
DLauncherActivityControllerHelper.java86 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java167 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java204 visible ? 1 : 0, profile.hotseatBarSizePx); in onLauncherStateOrResumeChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java321 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java312 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()