Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt190 val touchSurface = createTouchSurface() in testDialogAnimationIsChangedByAnimator()
199 val touchSurface = createTouchSurface() in testCujSpecificationLogsInteraction()
231 val touchSurface = createTouchSurface() in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
247 val touchSurface = createTouchSurface() in testAnimationDoesNotChangeLaunchableViewVisibility_viewInvisible()
263 val touchSurface = createTouchSurface() in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisibleThenGone()
298 val touchSurface = createTouchSurface() in createAndShowDialog()
302 private fun createTouchSurface(): View { in createTouchSurface() method