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/
DGhostedViewLaunchAnimatorController.kt60 private val ghostedView: View, constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController
69 override var launchContainer = ghostedView.rootView as ViewGroup
107 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 …]