HomeSort by relevance Sort by last modified time
    Searched defs:BubbleTextView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 36 public class BubbleTextView extends TextView {
64 public BubbleTextView(Context context) {
69 public BubbleTextView(Context context, AttributeSet attrs) {
74 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
165 * Draw this BubbleTextView into the given Canvas.
176 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 60 public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, OnResumeCallback {
69 private static final Property<BubbleTextView, Float> BADGE_SCALE_PROPERTY
70 = new Property<BubbleTextView, Float>(Float.TYPE, "badgeScale") {
72 public Float get(BubbleTextView bubbleTextView) {
73 return bubbleTextView.mBadgeScale;
77 public void set(BubbleTextView bubbleTextView, Float value) {
78 bubbleTextView.mBadgeScale = value;
79 bubbleTextView.invalidate()
    [all...]

Completed in 79 milliseconds