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

  /external/chromium_org/athena/system/
background_controller.cc 17 class BackgroundView : public views::View {
19 BackgroundView() : system_info_view_(NULL) {
24 virtual ~BackgroundView() {}
54 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
64 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 210 milliseconds