Home
last modified time | relevance | path

Searched refs:taskViewHeight (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt130 taskViewHeight: Int, in getDwbLayoutTranslations()
149 bannerParams.width = taskViewHeight - snapshotParams.topMargin in getDwbLayoutTranslations()
165 (taskViewHeight - snapshotParams.topMargin) * bottomRightTaskPlusDividerPercent in getDwbLayoutTranslations()
DLandscapePagedViewHandler.kt247 taskViewHeight: Int, in getDwbLayoutTranslations()
266 bannerParams.width = taskViewHeight - snapshotParams.topMargin in getDwbLayoutTranslations()
285 (taskViewHeight - snapshotParams.topMargin) * topLeftTaskPlusDividerPercent in getDwbLayoutTranslations()
DRecentsPagedOrientationHandler.kt305 taskViewHeight: Int, in setSecondary()
DPortraitPagedViewHandler.java247 int taskViewHeight, SplitBounds splitBounds, DeviceProfile deviceProfile, in getDwbLayoutTranslations() argument
292 translationY = -((taskViewHeight - snapshotParams.topMargin) in getDwbLayoutTranslations()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt182 taskViewHeight: Int, in <lambda>()
237 val thumbnailSize = taskViewHeight - deviceProfile.overviewTaskThumbnailTopMarginPx in <lambda>()