Searched refs:showBubble (Results 1 – 6 of 6) sorted by relevance
55 val showBubble = regex60 showBubble?.run { showBubble.click() } ?: error("Bubble notify not found")
58 val showBubble = regex64 showBubble.click()
63 val showBubble = regex68 showBubble?.run { drag(dist, 1000) } ?: error("Show bubble not found")
82 val showBubble = regex87 showBubble?.click() ?: error("Bubble notify not found")
32 oneway void showBubble(in String key, in int bubbleBarOffsetX, in int bubbleBarOffsetY) = 3; in showBubble() method
2119 public void showBubble(String key, int bubbleBarOffsetX, int bubbleBarOffsetY) { in showBubble() method in BubbleController.IBubblesImpl