Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt61 private val ghostedView: View, constant in com.android.systemui.animation.GhostedViewTransitionAnimatorController
76 override var transitionContainer = ghostedView.rootView as ViewGroup
124 if (ghostedView !is LaunchableView) {
157 background = findBackground(ghostedView)
181 return radius * ghostedView.scaleX in getCurrentTopCornerRadius()
191 return radius * ghostedView.scaleX in getCurrentBottomCornerRadius()
207 ghostedView.getLocationOnScreen(ghostedViewLocation) in fillGhostedViewState()
210 if (ghostedView is LaunchableView) { in fillGhostedViewState()
211 ghostedView.getPaddingForLaunchAnimation() in fillGhostedViewState()
217 ghostedViewLocation[1] + (ghostedView.height * ghostedView.scaleY).roundToInt() - in fillGhostedViewState()
[all …]