Searched refs:ghostedView (Results 1 – 1 of 1) sorted by relevance
60 private val ghostedView: View, constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController69 override var launchContainer = ghostedView.rootView as ViewGroup107 if (ghostedView !is LaunchableView) {140 background = findBackground(ghostedView)164 return radius * ghostedView.scaleX in getCurrentTopCornerRadius()174 return radius * ghostedView.scaleX in getCurrentBottomCornerRadius()190 ghostedView.getLocationOnScreen(ghostedViewLocation) in fillGhostedViewState()194 ghostedViewLocation[1] + (ghostedView.height * ghostedView.scaleY).roundToInt() - in fillGhostedViewState()198 ghostedViewLocation[0] + (ghostedView.width * ghostedView.scaleX).roundToInt() - in fillGhostedViewState()203 if (ghostedView.parent !is ViewGroup) { in onLaunchAnimationStart()[all …]