Home
last modified time | relevance | path

Searched refs:touchSurface (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() constant
192 mDialogTransitionAnimator.showFromView(dialog, touchSurface) in testDialogAnimationIsChangedByAnimator()
199 val touchSurface = createTouchSurface() in testCujSpecificationLogsInteraction() constant
204 touchSurface, in testCujSpecificationLogsInteraction()
231 val touchSurface = createTouchSurface() in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible() constant
234 runOnMainThreadAndWaitForIdleSync { touchSurface.visibility = View.VISIBLE } in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
237 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
238 assertThat(touchSurface.visibility).isEqualTo(View.INVISIBLE) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
242 assertThat(touchSurface.visibility).isEqualTo(View.VISIBLE) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
247 val touchSurface = createTouchSurface() in testAnimationDoesNotChangeLaunchableViewVisibility_viewInvisible() constant
[all …]