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

  /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);
  /external/chromium/chrome/browser/chromeos/login/
background_view.h 34 // View used to render the background during login. BackgroundView contains
36 class BackgroundView : public views::View,
52 BackgroundView();
63 // widget. The BackgroundView is set in |view|. If background_url is non
68 BackgroundView** view);
195 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
background_view.cc 63 case chromeos::BackgroundView::SELECT_NETWORK:
65 case chromeos::BackgroundView::EULA:
67 case chromeos::BackgroundView::SIGNIN:
69 case chromeos::BackgroundView::REGISTRATION:
71 case chromeos::BackgroundView::PICTURE:
119 // BackgroundView public:
121 BackgroundView::BackgroundView()
136 void BackgroundView::Init(const GURL& background_url) {
151 void BackgroundView::EnableShutdownButton(bool enable)
    [all...]

Completed in 457 milliseconds