Home | History | Annotate | Download | only in launcher2

Lines Matching refs:BubbleTextView

124     private BubbleTextView mPressedOrFocusedIcon;
346 private void invalidateBubbleTextView(BubbleTextView icon) {
366 void setPressedOrFocusedIcon(BubbleTextView icon) {
367 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
369 BubbleTextView oldIcon = mPressedOrFocusedIcon;
460 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
620 if (child instanceof BubbleTextView) {
621 BubbleTextView bubbleChild = (BubbleTextView) child;