Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt53 private val ghostedView: View,
59 override var launchContainer = ghostedView.rootView as ViewGroup
140 ghostedView.getLocationOnScreen(ghostedViewLocation)
149 if (ghostedView.parent !is ViewGroup) {
168 ghostView = GhostView.addGhost(ghostedView, launchContainer)
193 ghostedView.setTransitionVisibility(View.INVISIBLE)
216 if (ghostedView.parent is ViewGroup) {
262 GhostView.removeGhost(ghostedView)
267 ghostedView.visibility = View.INVISIBLE
268 ghostedView.visibility = View.VISIBLE
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorControllerTest.kt33 val ghostedView = LinearLayout(mContext) regex
34 val controller = GhostedViewLaunchAnimatorController(ghostedView)