Searched refs:BubbleBarBackground (Results 1 – 2 of 2) sorted by relevance
37 class BubbleBarBackground(context: Context, private var backgroundHeight: Float) : Drawable() { class
123 private final BubbleBarBackground mBubbleBarBackground;219 mBubbleBarBackground = new BubbleBarBackground(context, getBubbleBarExpandedHeight()); in BubbleBarView()