Home
last modified time | relevance | path

Searched refs:appsStackedVertically (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DSplitConfigurationOptions.java122 public final boolean appsStackedVertically; field in SplitConfigurationOptions.SplitBounds
146 appsStackedVertically = true; in SplitBounds()
152 appsStackedVertically = false; in SplitBounds()
178 + "AppsVertical? " + appsStackedVertically + "\n" in toString()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java275 float leftTopTaskPercent = splitBounds.appsStackedVertically in getDwbLayoutTranslations()
278 float dividerThicknessPercent = splitBounds.appsStackedVertically in getDwbLayoutTranslations()
289 float bottomRightTaskPlusDividerPercent = splitBounds.appsStackedVertically in getDwbLayoutTranslations()
503 float topLeftTaskPercent = splitInfo.appsStackedVertically in setSplitTaskSwipeRect()
506 float dividerBarPercent = splitInfo.appsStackedVertically in setSplitTaskSwipeRect()
539 float dividerScale = splitBoundsConfig.appsStackedVertically in measureGroupedTaskViewThumbnailBounds()
597 float dividerScale = splitBoundsConfig.appsStackedVertically in getGroupedTaskViewSizes()
600 float taskPercent = splitBoundsConfig.appsStackedVertically in getGroupedTaskViewSizes()
DSeascapePagedViewHandler.kt110 if (splitInfo.appsStackedVertically) { in getTaskMenuHeight()
158 if (splitBounds.appsStackedVertically) { in getDwbLayoutTranslations()
319 if (splitBoundsConfig.appsStackedVertically) { in getGroupedTaskViewSizes()
DLandscapePagedViewHandler.kt278 if (splitBounds.appsStackedVertically) { in getDwbLayoutTranslations()
430 if (splitInfo.appsStackedVertically) { in setSplitTaskSwipeRect()
494 if (splitBoundsConfig.appsStackedVertically) { in getGroupedTaskViewSizes()
695 if (splitConfig.appsStackedVertically) splitConfig.dividerHeightPercent in getDividerBarSize()