Lines Matching refs:BubbleTextView
83 public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, class
108 private static final Property<BubbleTextView, Float> DOT_SCALE_PROPERTY
109 = new Property<BubbleTextView, Float>(Float.TYPE, "dotScale") {
111 public Float get(BubbleTextView bubbleTextView) {
116 public void set(BubbleTextView bubbleTextView, Float value) {
122 public static final Property<BubbleTextView, Float> TEXT_ALPHA_PROPERTY
123 = new Property<BubbleTextView, Float>(Float.class, "textAlpha") {
125 public Float get(BubbleTextView bubbleTextView) {
130 public void set(BubbleTextView bubbleTextView, Float alpha) {
174 public BubbleTextView(Context context) { in BubbleTextView() method in BubbleTextView
178 public BubbleTextView(Context context, AttributeSet attrs) { in BubbleTextView() method in BubbleTextView
182 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { in BubbleTextView() method in BubbleTextView
187 R.styleable.BubbleTextView, defStyle, 0); in BubbleTextView()
915 .updateIconInBackground(BubbleTextView.this, info); in verifyHighRes()