Searched defs:BubbleTextView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DBubbleTextView.java36 public class BubbleTextView extends TextView { class in inherits:TextView
64 public BubbleTextView(Context context) { method in class:BubbleTextView
69 public BubbleTextView(Context context, AttributeSet attrs) { method in class:BubbleTextView
74 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { method in class:BubbleTextView
165 * Draw this BubbleTextView into the given Canvas.
176 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java52 public class BubbleTextView extends TextView class in inherits:TextView,BaseRecyclerViewFastScrollBar.FastScrollFocusableView
104 public BubbleTextView(Context context) { method in class:BubbleTextView
108 public BubbleTextView(Context context, AttributeSet attrs) { method in class:BubbleTextView
112 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { method in class:BubbleTextView
118 R.styleable.BubbleTextView, defStyle, 0);
569 .updateIconInBackground(BubbleTextView.this, info);
575 .updateIconInBackground(BubbleTextView.this, info);
581 .updateIconInBackground(BubbleTextView.this, info);
635 void setPressedIcon(BubbleTextView icon, Bitmap background);

Completed in 210 milliseconds