Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java112 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument
127 bannerParams.width = taskViewHeight - snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()
141 translationY = -(taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()
H A DLandscapePagedViewHandler.java314 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument
329 bannerParams.width = taskViewHeight - snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()
342 translationY = (snapshotParams.topMargin + taskViewHeight) in setDwbLayoutParamsAndGetTranslations()
344 (taskViewHeight * splitBounds.dividerWidthPercent); in setDwbLayoutParamsAndGetTranslations()
H A DPagedOrientationHandler.java195 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument
H A DPortraitPagedViewHandler.java328 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument
363 translationY = -((taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()