Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
H A DOpenActivityFromBubbleTest.kt55 val showBubble = regex
60 showBubble?.run { showBubble.click() } ?: error("Bubble notify not found")
H A DChangeActiveActivityFromBubbleTest.kt58 val showBubble = regex
64 showBubble.click()
H A DDragToDismissBubbleScreenTest.kt63 val showBubble = regex
68 showBubble?.run { drag(dist, 1000) } ?: error("Show bubble not found")
H A DOpenActivityFromBubbleOnLocksreenTest.kt82 val showBubble = regex
87 showBubble?.click() ?: error("Bubble notify not found")
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DIBubbles.aidl32 oneway void showBubble(in String key, in int bubbleBarOffsetX, in int bubbleBarOffsetY) = 3; in showBubble() method
H A DBubbleController.java2119 public void showBubble(String key, int bubbleBarOffsetX, int bubbleBarOffsetY) { in showBubble() method in BubbleController.IBubblesImpl