Searched refs:ghostedView (Results 1 – 1 of 1) sorted by relevance
61 private val ghostedView: View, constant in com.android.systemui.animation.GhostedViewTransitionAnimatorController76 override var transitionContainer = ghostedView.rootView as ViewGroup124 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 …]