Searched refs:Bubble (Results 1 – 6 of 6) sorted by relevance
19 import com.android.bubble.Bubble;29 public abstract Bubble bindsBubble(BubbleStub bubbleStub); in bindsBubble()
21 import com.android.bubble.Bubble;26 public class BubbleStub implements Bubble {
29 import com.android.bubble.Bubble;68 Bubble bubble;168 private Bubble startBubble() { in startBubble()173 Bubble returnToCallBubble = BubbleComponent.get(context).getBubble(); in startBubble()
509 // Bubble primary button first click to expand bubble (by user)511 // Bubble prinary button second click to return to call547 // Bubble collapse initiated by user, i.e. no hiding after collapse639 // Bubble primary button first click to expand bubble641 // Bubble primary button second click to collapse bubble662 // Bubble appears
28 public abstract Bubble getBubble(); in getBubble()
28 public interface Bubble { interface