Home
last modified time | relevance | path

Searched refs:hotseatQsbHeight (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java252 MeasureSpec.makeMeasureSpec(dp.hotseatQsbHeight, MeasureSpec.EXACTLY)); in onMeasure()
272 int top = bottom - dp.hotseatQsbHeight; in onLayout()
DDeviceProfile.java231 public final int hotseatQsbHeight; field in DeviceProfile
543 hotseatQsbHeight = res.getDimensionPixelSize(R.dimen.qsb_widget_height); in DeviceProfile()
545 hotseatQsbVisualHeight = hotseatQsbHeight - 2 * hotseatQsbShadowHeight; in DeviceProfile()
551 && hotseatQsbHeight > 0; in DeviceProfile()
1918 return getHotseatBarBottomPadding() - ((hotseatQsbHeight - hotseatCellHeightPx) / 2);
1920 return hotseatBarSizePx - hotseatQsbHeight + hotseatQsbShadowHeight;
2173 writer.println(prefix + pxToDpStr("hotseatQsbHeight", hotseatQsbHeight));
DLauncherState.java221 : -dp.hotseatQsbHeight; in getFloatingSearchBarRestingMarginBottom()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java96 bottomMargin += dp.hotseatQsbHeight; in setInsets()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtabletLandscape3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtabletPortrait.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelPortrait.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DphoneVerticalBar.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtabletLandscape.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DphonePortrait.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DphonePortrait3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DtwoPanelLandscape.txt82 hotseatQsbHeight: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt82 hotseatQsbHeight: 0.0px (0.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java529 int qsbTop = (bottom - top - deviceProfile.hotseatQsbHeight) / 2; in onLayout()
530 int qsbBottom = qsbTop + deviceProfile.hotseatQsbHeight; in onLayout()