HomeSort by relevance Sort by last modified time
    Searched refs:BummerView (Results 1 - 4 of 4) sorted by null

  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 26 public class BummerView extends TextView {
43 final View parent = (View) BummerView.this.getParent();
72 public BummerView(Context context) {
76 public BummerView(Context context, AttributeSet attrs) {
80 public BummerView(Context context, AttributeSet attrs, int flags) {
Bummer.java 35 private BummerView mApology;
45 mApology = new BummerView(this);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 26 public class BummerView extends TextView {
43 final View parent = (View) BummerView.this.getParent();
72 public BummerView(Context context) {
76 public BummerView(Context context, AttributeSet attrs) {
80 public BummerView(Context context, AttributeSet attrs, int flags) {
PhotoTableDream.java 31 BummerView bummer = (BummerView) findViewById(R.id.bummer);

Completed in 157 milliseconds