Home
last modified time | relevance | path

Searched refs:BummerView (Results 1 – 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DBummerView.java26 public class BummerView extends TextView { class
43 final View parent = (View) BummerView.this.getParent();
72 public BummerView(Context context) { in BummerView() method in BummerView
76 public BummerView(Context context, AttributeSet attrs) { in BummerView() method in BummerView
80 public BummerView(Context context, AttributeSet attrs, int flags) { in BummerView() method in BummerView
DPhotoTableDream.java31 BummerView bummer = (BummerView) findViewById(R.id.bummer); in onDreamingStarted()