Lines Matching refs:BubbleTextView
96 public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, class
123 private static final Property<BubbleTextView, Float> DOT_SCALE_PROPERTY
124 = new Property<BubbleTextView, Float>(Float.TYPE, "dotScale") {
126 public Float get(BubbleTextView bubbleTextView) {
131 public void set(BubbleTextView bubbleTextView, Float value) {
137 public static final Property<BubbleTextView, Float> TEXT_ALPHA_PROPERTY
138 = new Property<BubbleTextView, Float>(Float.class, "textAlpha") {
140 public Float get(BubbleTextView bubbleTextView) {
145 public void set(BubbleTextView bubbleTextView, Float alpha) {
215 public BubbleTextView(Context context) { in BubbleTextView() method in BubbleTextView
219 public BubbleTextView(Context context, AttributeSet attrs) { in BubbleTextView() method in BubbleTextView
223 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { in BubbleTextView() method in BubbleTextView
229 R.styleable.BubbleTextView, defStyle, 0); in BubbleTextView()
1198 .updateIconInBackground(BubbleTextView.this, info); in verifyHighRes()