Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt237 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisible()
253 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewInvisible()
269 val dialog = showDialogFromView(touchSurface) in testAnimationDoesNotChangeLaunchableViewVisibility_viewVisibleThenGone()
299 return showDialogFromView(touchSurface, animator) in createAndShowDialog()
317 private fun showDialogFromView( in showDialogFromView() method in com.android.systemui.animation.DialogTransitionAnimatorTest