Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt172 var touchSurface: View,
408 GhostView.addGhost(touchSurface, decorView)
423 if (isForTesting || !touchSurface.isAttachedToWindow || touchSurface.viewRootImpl == null ||
455 consumeNextDraw(touchSurface.viewRootImpl)
496 GhostView.removeGhost(touchSurface)
503 touchSurface.visibility = View.INVISIBLE
572 touchSurface.visibility = View.VISIBLE
590 touchSurface.visibility = View.VISIBLE
692 if (touchSurface.visibility != View.INVISIBLE) {
698 if (!touchSurface.isAttachedToWindow) {
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt124 val touchSurface = View(context) regex
125 touchSurfaceRoot.addView(touchSurface)
133 dialogLaunchAnimator.showFromView(dialog, touchSurface)