Searched refs:BummerView (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java26 public class BummerView extends TextView { class in inherits:TextView
43 final View parent = (View) BummerView.this.getParent();
72 public BummerView(Context context) { method in class:BummerView
76 public BummerView(Context context, AttributeSet attrs) { method in class:BummerView
80 public BummerView(Context context, AttributeSet attrs, int flags) { method in class:BummerView
H A DBummer.java35 private BummerView mApology;
45 mApology = new BummerView(this);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java26 public class BummerView extends TextView { class in inherits:TextView
43 final View parent = (View) BummerView.this.getParent();
72 public BummerView(Context context) { method in class:BummerView
76 public BummerView(Context context, AttributeSet attrs) { method in class:BummerView
80 public BummerView(Context context, AttributeSet attrs, int flags) { method in class:BummerView
H A DPhotoTableDream.java31 BummerView bummer = (BummerView) findViewById(R.id.bummer);

Completed in 113 milliseconds