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

  /external/chromium_org/athena/screen/
background_controller.h 19 class BackgroundView;
30 BackgroundView* background_view_;
background_controller.cc 16 class BackgroundView : public views::View {
18 BackgroundView() {}
19 virtual ~BackgroundView() {}
43 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
58 background_view_ = new BackgroundView;
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 32 public class BackgroundView extends View {
42 public BackgroundView(Context context, AttributeSet attrs) {
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);

Completed in 773 milliseconds