Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java220 public int hotseatBarSizePx; field in DeviceProfile
652 availableWidthPx - (isVerticalBarLayout() ? hotseatBarSizePx : 0); in DeviceProfile()
656 - (isVerticalBarLayout() ? 0 : hotseatBarSizePx); in DeviceProfile()
876 hotseatBarSizePx = hotseatIconSizePx + mHotseatBarEdgePaddingPx in updateHotseatSizes()
879 hotseatBarSizePx = Math.max(hotseatIconSizePx, hotseatQsbVisualHeight) in updateHotseatSizes()
882 hotseatBarSizePx = hotseatIconSizePx in updateHotseatSizes()
1656 int topOfHotseat = hotseatBarSizePx + springLoadedHotseatBarTopMarginPx;
1717 hotseatBarSizePx + mResponsiveWorkspaceWidthSpec.getEndPaddingPx();
1722 hotseatBarSizePx + mResponsiveWorkspaceWidthSpec.getEndPaddingPx();
1728 padding.left = hotseatBarSizePx;
[all …]
DHotseat.java194 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()
197 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()
203 lp.height = grid.hotseatBarSizePx; in setInsets()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt73 hotseatBarSizePx: 272.0px (136.0dp)
DtabletLandscape3Button.txt73 hotseatBarSizePx: 200.0px (100.0dp)
DtwoPanelPortrait_decoupleDepth.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DtwoPanelPortrait3Button_decoupleDepth.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DtwoPanelPortrait3Button.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DtabletPortrait.txt73 hotseatBarSizePx: 272.0px (136.0dp)
DtwoPanelPortrait.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DphoneVerticalBar.txt73 hotseatBarSizePx: 252.0px (96.0dp)
DtabletLandscape.txt73 hotseatBarSizePx: 200.0px (100.0dp)
DtwoPanelLandscape3Button.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DphonePortrait.txt73 hotseatBarSizePx: 273.0px (104.0dp)
DphonePortrait3Button.txt73 hotseatBarSizePx: 294.0px (112.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DtwoPanelLandscape_decoupleDepth.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DtwoPanelLandscape.txt73 hotseatBarSizePx: 267.0px (101.71429dp)
DphoneVerticalBar3Button.txt73 hotseatBarSizePx: 252.0px (96.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java180 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in isTouchOverHotseat()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java146 mActivityContext.getDeviceProfile().hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java271 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1837 keepClearArea = new Rect(0, 0, mDp.hotseatBarSizePx, mDp.heightPx);
1840 keepClearArea = new Rect(mDp.widthPx - mDp.hotseatBarSizePx, 0,
1844 keepClearArea = new Rect(0, mDp.heightPx - mDp.hotseatBarSizePx,
1849 keepClearArea = new Rect(0, mDp.heightPx - mDp.hotseatBarSizePx,
DSwipeUpAnimationLogic.java187 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java495 .setLauncherKeepClearAreaHeight(visible, profile.hotseatBarSizePx); in onStateOrResumeChanging()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1378 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getDefaultWindowTargetRect()

12