Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java120 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local
127 bannerParams.width = taskViewHeight - snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()
141 translationY = -(taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()
166 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams() argument
172 iconParams.topMargin = snapshotParams.topMargin / 2; in setIconAndSnapshotParams()
H A DLandscapePagedViewHandler.java323 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local
329 bannerParams.width = taskViewHeight - snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()
330 return new Pair<>(translationX, Integer.valueOf(snapshotParams.topMargin).floatValue()); in setDwbLayoutParamsAndGetTranslations()
342 translationY = (snapshotParams.topMargin + taskViewHeight) in setDwbLayoutParamsAndGetTranslations()
347 translationY = snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()
468 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams() argument
474 iconParams.topMargin = snapshotParams.topMargin / 2; in setIconAndSnapshotParams()
H A DPortraitPagedViewHandler.java360 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local
363 translationY = -((taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()
568 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams() argument
H A DPagedOrientationHandler.java156 FrameLayout.LayoutParams snapshotParams, boolean isRtl); in setIconAndSnapshotParams() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java883 LayoutParams snapshotParams = (LayoutParams) mSnapshotView.getLayoutParams(); in setOrientationState() local
885 snapshotParams.topMargin = deviceProfile.overviewTaskThumbnailTopMarginPx; in setOrientationState()
890 int taskIconMargin = snapshotParams.topMargin - taskIconHeight - taskMargin; in setOrientationState()
893 snapshotParams, isRtl); in setOrientationState()
894 mSnapshotView.setLayoutParams(snapshotParams); in setOrientationState()
901 snapshotParams.topMargin = deviceProfile.overviewTaskThumbnailTopMarginPx; in setOrientationState()
902 mSnapshotView.setLayoutParams(snapshotParams); in setOrientationState()