HomeSort by relevance Sort by last modified time
    Searched full:backgroundview (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
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...]
views_login_display_host.h 19 // BackgroundView as the background UI implementation.
20 // In its current implementation BackgroundView encapsulates StatusAreaView.
30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
39 BackgroundView* background_view_;
login_utils.h 25 class BackgroundView;
86 virtual void SetBackgroundView(BackgroundView* background_view) = 0;
89 virtual BackgroundView* GetBackgroundView() = 0;
views_login_display_host.cc 40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {
71 BackgroundView::CreateWindowContainingView(background_bounds(),
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);
mock_authenticator.h 149 void SetBackgroundView(BackgroundView* background_view) {
153 BackgroundView* GetBackgroundView() {
168 chromeos::BackgroundView* background_view_;
dom_login_display_host.cc 32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {}
dom_login_display_host.h 31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
login_display_host.h 40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
wizard_controller.cc 353 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
358 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
380 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
382 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
390 host_->SetOobeProgress(chromeos::BackgroundView::PICTURE);
399 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
414 host_->SetOobeProgress(chromeos::BackgroundView::REGISTRATION);
427 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
screen_locker.h 32 class BackgroundView;
180 BackgroundView* background_view_;
login_utils.cc 147 virtual void SetBackgroundView(chromeos::BackgroundView* background_view);
150 virtual chromeos::BackgroundView* GetBackgroundView();
166 chromeos::BackgroundView* background_view_;
564 void LoginUtilsImpl::SetBackgroundView(BackgroundView* background_view) {
568 BackgroundView* LoginUtilsImpl::GetBackgroundView() {
existing_user_controller_browsertest.cc 62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
screen_locker.cc 511 // BackgroundView for ScreenLocker, which layouts a lock widget in
514 : public chromeos::BackgroundView,
528 chromeos::BackgroundView::Layout();
    [all...]
  /development/samples/Snake/res/values/
attrs.xml 22 <declare-styleable name="BackgroundView">
23 <!-- Defining properties to use four different colors in 4 segments of 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);
SnakeView.java 317 public void setDependentViews(TextView msgView, View arrowView, View backgroundView) {
320 mBackgroundView = backgroundView;
  /packages/wallpapers/MagicSmoke/res/layout/
selector.xml 18 android:id="@+id/backgroundview"
  /development/samples/Snake/res/layout/
snake_layout.xml 20 <com.example.android.snake.BackgroundView
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 45 BackgroundView* background_view = LoginUtils::Get()->GetBackgroundView();
setting_level_bubble.cc 62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView();
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 184 final View view = findViewById(R.id.backgroundview);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 231 ViewGroup backgroundView = null;
234 backgroundView = mViewRoot = mContentRoot = new FrameLayout(context);
321 backgroundView = backgroundLayout;
399 if (mWindowBackground != null && backgroundView != null) {
401 backgroundView.setBackground(d);
    [all...]

Completed in 4451 milliseconds