Searched refs:taskViewHeight (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | SeascapePagedViewHandler.java | 112 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 D | LandscapePagedViewHandler.java | 314 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 D | PagedOrientationHandler.java | 195 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument
|
H A D | PortraitPagedViewHandler.java | 328 int taskViewHeight, StagedSplitBounds splitBounds, DeviceProfile deviceProfile, in setDwbLayoutParamsAndGetTranslations() argument 363 translationY = -((taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()
|