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 37 public class BubbleTextView extends TextView {
68 public BubbleTextView(Context context) {
73 public BubbleTextView(Context context, AttributeSet attrs) {
78 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
180 * Draw this BubbleTextView into the given Canvas.
191 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);

Completed in 1655 milliseconds