Searched refs:snapshotParams (Results 1 – 5 of 5) sorted by relevance
120 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local127 bannerParams.width = taskViewHeight - snapshotParams.topMargin; in setDwbLayoutParamsAndGetTranslations()141 translationY = -(taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()166 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams() argument172 iconParams.topMargin = snapshotParams.topMargin / 2; in setIconAndSnapshotParams()
323 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local329 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() argument474 iconParams.topMargin = snapshotParams.topMargin / 2; in setIconAndSnapshotParams()
360 FrameLayout.LayoutParams snapshotParams = in setDwbLayoutParamsAndGetTranslations() local363 translationY = -((taskViewHeight - snapshotParams.topMargin) in setDwbLayoutParamsAndGetTranslations()568 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams() argument
156 FrameLayout.LayoutParams snapshotParams, boolean isRtl); in setIconAndSnapshotParams() argument
883 LayoutParams snapshotParams = (LayoutParams) mSnapshotView.getLayoutParams(); in setOrientationState() local885 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()