Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java372 actionParams.leftMargin, mDp.overviewActionsTopMarginPx, in updateActionBarPosition()
386 return mDp.heightPx - mTaskSize.bottom - mDp.overviewActionsTopMarginPx in getBottomMargin()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java222 ? dp.getOverviewActionsClaimedSpace() : dp.overviewActionsTopMarginPx; in calculateTaskSize()
385 ? dp.overviewActionsTopMarginPx + dp.overviewActionsHeight + dp.stashedTaskbarHeight in calculateModalTaskSize()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtabletLandscape3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtabletPortrait.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DphoneVerticalBar.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtabletLandscape.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DphonePortrait.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DphonePortrait3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt115 overviewActionsTopMarginPx: 0.0px (0.0dp)
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java271 public final int overviewActionsTopMarginPx; field in DeviceProfile
716 overviewActionsTopMarginPx = Flags.floatingSearchBar() ? 0 in DeviceProfile()
1956 : (overviewActionsTopMarginPx + overviewActionsHeight);
2222 overviewActionsTopMarginPx));