Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DLandscapePagedViewHandler.kt583 deviceProfile.overviewTaskMarginPx, in setSplitIconParams()
639 overviewTaskMarginPx: Int, in getFloatingTaskPrimaryTranslation()
649 val topLeftY = primarySnapshotHeight + overviewTaskMarginPx in getFloatingTaskPrimaryTranslation()
DSeascapePagedViewHandler.kt349 overviewTaskMarginPx: Int, in getUpDirection()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java219 int taskMargin = dp.overviewTaskMarginPx; in calculateTaskSize()
396 dp.overviewTaskMarginPx, in calculateModalTaskSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconView.java192 int taskMargin = deviceProfile.overviewTaskMarginPx; in setIconOrientation()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtabletLandscape3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtabletPortrait.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelPortrait.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DphoneVerticalBar.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtabletLandscape.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DphonePortrait.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DphonePortrait3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DtwoPanelLandscape.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt110 overviewTaskMarginPx: 0.0px (0.0dp)
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java265 public int overviewTaskMarginPx; field in DeviceProfile
705 overviewTaskMarginPx = res.getDimensionPixelSize(R.dimen.overview_task_margin); in DeviceProfile()
714 enableOverviewIconMenu() ? 0 : overviewTaskIconSizePx + overviewTaskMarginPx; in DeviceProfile()
2213 writer.println(prefix + pxToDpStr("overviewTaskMarginPx", overviewTaskMarginPx));