Home
last modified time | relevance | path

Searched refs:overviewActionsHeight (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtabletLandscape3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtabletPortrait.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelPortrait.txt116 overviewActionsHeight: 0.0px (0.0dp)
DphoneVerticalBar.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtabletLandscape.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
DphonePortrait.txt116 overviewActionsHeight: 0.0px (0.0dp)
DphonePortrait3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt116 overviewActionsHeight: 0.0px (0.0dp)
DtwoPanelLandscape.txt116 overviewActionsHeight: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt116 overviewActionsHeight: 0.0px (0.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java387 - mDp.overviewActionsHeight; in getBottomMargin()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java270 public final int overviewActionsHeight; field in DeviceProfile
721 overviewActionsHeight = res.getDimensionPixelSize(R.dimen.overview_actions_height); in DeviceProfile()
1956 : (overviewActionsTopMarginPx + overviewActionsHeight);
2224 overviewActionsHeight));
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java385 ? dp.overviewActionsTopMarginPx + dp.overviewActionsHeight + dp.stashedTaskbarHeight in calculateModalTaskSize()