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

  /external/chromium_org/athena/screen/
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 731 milliseconds