Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java160 public int hotseatBarSizePx; field in DeviceProfile
376 hotseatBarSizePx += extraHotseatBottomPadding; in DeviceProfile()
427 hotseatBarSizePx = hotseatIconSizePx + hotseatBarSidePaddingStartPx
430 hotseatBarSizePx = hotseatIconSizePx + hotseatBarTopPaddingPx
628 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx
753 padding.left = hotseatBarSizePx; in updateWorkspacePadding()
757 padding.right = hotseatBarSizePx; in updateWorkspacePadding()
760 int hotseatTop = isTaskbarPresent ? taskbarSize : hotseatBarSizePx; in updateWorkspacePadding()
814 hotseatBarSizePx - hotseatCellHeightPx - hotseatBarTopPaddingPx in getHotseatLayoutPadding()
828 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()
[all …]
DHotseat.java107 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()
110 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()
118 : grid.hotseatBarSizePx) in setInsets()
208 : dp.hotseatBarSizePx - dp.hotseatCellHeightPx - mQsbHeight; in getQsbOffsetY()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java229 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java139 mActivityContext.getDeviceProfile().hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java273 : grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java269 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()
DRecentsView.java3455 systemUiProxy.setShelfHeight(true, mActivity.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java143 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getWindowTargetRect()
DAbsSwipeUpHandler.java1258 mDp.hotseatBarSizePx);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java213 profile.hotseatBarSizePx); in onStateOrResumeChanging()