Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DOpenActivityFromBubbleTest.kt53 val showBubble = in <lambda>() constant
58 showBubble?.run { showBubble.click() } ?: error("Bubble notify not found") in <lambda>()
DChangeActiveActivityFromBubbleTest.kt55 val showBubble = in <lambda>() constant
61 showBubble.click() in <lambda>()
DDragToDismissBubbleScreenTest.kt62 val showBubble = in <lambda>() constant
67 showBubble?.run { drag(dist, 1000) } ?: error("Show bubble not found") in <lambda>()
DOpenActivityFromBubbleOnLocksreenTest.kt82 val showBubble = in <lambda>() constant
87 showBubble?.click() ?: error("Bubble notify not found") in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DIBubbles.aidl34 oneway void showBubble(in String key, in int topOnScreen) = 3; in showBubble() method
DBubbleController.java2433 public void showBubble(String key, int topOnScreen) { in showBubble() method in BubbleController.IBubblesImpl