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) {
162 * Draw this BubbleTextView into the given Canvas.
173 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 38 public class BubbleTextView extends TextView {
69 public BubbleTextView(Context context) {
74 public BubbleTextView(Context context, AttributeSet attrs) {
79 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
181 * Draw this BubbleTextView into the given Canvas.
192 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);

Completed in 56 milliseconds