Searched refs:hotseatBarSizePx (Results 1 – 25 of 27) sorted by relevance
12
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeviceProfile.java | 220 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 …]
|
D | Hotseat.java | 194 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/ |
D | tabletPortrait3Button.txt | 73 hotseatBarSizePx: 272.0px (136.0dp)
|
D | tabletLandscape3Button.txt | 73 hotseatBarSizePx: 200.0px (100.0dp)
|
D | twoPanelPortrait_decoupleDepth.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | twoPanelPortrait3Button_decoupleDepth.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | twoPanelPortrait3Button.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | tabletPortrait.txt | 73 hotseatBarSizePx: 272.0px (136.0dp)
|
D | twoPanelPortrait.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | phoneVerticalBar.txt | 73 hotseatBarSizePx: 252.0px (96.0dp)
|
D | tabletLandscape.txt | 73 hotseatBarSizePx: 200.0px (100.0dp)
|
D | twoPanelLandscape3Button.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | phonePortrait.txt | 73 hotseatBarSizePx: 273.0px (104.0dp)
|
D | phonePortrait3Button.txt | 73 hotseatBarSizePx: 294.0px (112.0dp)
|
D | twoPanelLandscape3Button_decoupleDepth.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | twoPanelLandscape_decoupleDepth.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | twoPanelLandscape.txt | 73 hotseatBarSizePx: 267.0px (101.71429dp)
|
D | phoneVerticalBar3Button.txt | 73 hotseatBarSizePx: 252.0px (96.0dp)
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitStatesTouchController.java | 180 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in isTouchOverHotseat()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduDialog.java | 146 mActivityContext.getDeviceProfile().hotseatBarSizePx + insets.bottom; in setInsets()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 271 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | AbsSwipeUpHandler.java | 1837 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,
|
D | SwipeUpAnimationLogic.java | 187 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getWindowTargetRect()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 495 .setLauncherKeepClearAreaHeight(visible, profile.hotseatBarSizePx); in onStateOrResumeChanging()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1378 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getDefaultWindowTargetRect()
|
12