Home
last modified time | relevance | path

Searched refs:stashedTaskbarHeight (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java137 final int stashedTaskbarHeight = mControllers.taskbarStashController.getStashedHeight(); in init() local
142 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init()
156 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init()
DTaskbarStashController.java283 mStashedHeight = mActivity.getDeviceProfile().stashedTaskbarHeight; in TaskbarStashController()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtabletLandscape3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtabletPortrait.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelPortrait.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DphoneVerticalBar.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtabletLandscape.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DphonePortrait.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DphonePortrait3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DtwoPanelLandscape.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt95 stashedTaskbarHeight: 0.0px (0.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java382 return mDp.stashedTaskbarHeight; in getBottomMargin()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java313 public final int stashedTaskbarHeight; field in DeviceProfile
400 taskbarIconSize = taskbarHeight = stashedTaskbarHeight = taskbarBottomMargin = 0; in DeviceProfile()
405 stashedTaskbarHeight = in DeviceProfile()
413 stashedTaskbarHeight = res.getDimensionPixelSize(R.dimen.taskbar_stashed_size); in DeviceProfile()
2193 writer.println(prefix + pxToDpStr("stashedTaskbarHeight", stashedTaskbarHeight));
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DTaskbarUnstashInputConsumer.java412 dp.heightPx - dp.stashedTaskbarHeight, in isStashedTaskbarHovered()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java385 ? dp.overviewActionsTopMarginPx + dp.overviewActionsHeight + dp.stashedTaskbarHeight in calculateModalTaskSize()