Searched defs:bubble (Results 1 – 3 of 3) sorted by relevance
46 private final Bubble bubble; field in MoveHandler119 public MoveHandler(@NonNull View targetView, @NonNull Bubble bubble) { in MoveHandler()
161 Bubble bubble = bubbleFactory.createBubble(context); in createBubble() local
52 Bubble bubble; field in ReturnToCallController