Searched refs:showBubble (Results 1 – 6 of 6) sorted by relevance
53 val showBubble = in <lambda>() constant58 showBubble?.run { showBubble.click() } ?: error("Bubble notify not found") in <lambda>()
55 val showBubble = in <lambda>() constant61 showBubble.click() in <lambda>()
62 val showBubble = in <lambda>() constant67 showBubble?.run { drag(dist, 1000) } ?: error("Show bubble not found") in <lambda>()
82 val showBubble = in <lambda>() constant87 showBubble?.click() ?: error("Bubble notify not found") in <lambda>()
34 oneway void showBubble(in String key, in int topOnScreen) = 3; in showBubble() method
2433 public void showBubble(String key, int topOnScreen) { in showBubble() method in BubbleController.IBubblesImpl