Searched defs:BubbleTextView (Results 1 - 1 of 1) 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
162 * Draw this BubbleTextView into the given Canvas.
173 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);

Completed in 47 milliseconds