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

  /external/chromium_org/athena/system/public/
system_ui.h 25 class ATHENA_EXPORT SystemUI {
32 // Creates and deletes the singleton object of the SystemUI implementation.
33 static SystemUI* Create(scoped_refptr<base::TaskRunner> io_task_runner);
34 static SystemUI* Get();
37 virtual ~SystemUI() {}
  /external/chromium_org/athena/system/
system_ui_impl.cc 24 SystemUI* instance = NULL;
30 SystemInfoView(SystemUI::ColorScheme color_scheme,
75 class SystemUIImpl : public SystemUI {
144 SystemUI* SystemUI::Create(
153 SystemUI* SystemUI::Get() {
159 void SystemUI::Shutdown() {
time_view.h 18 explicit TimeView(SystemUI::ColorScheme color_scheme);
status_icon_container_view.cc 34 views::Label* CreateLabel(SystemUI::ColorScheme color_scheme,
37 label->SetEnabledColor((color_scheme == SystemUI::COLOR_SCHEME_LIGHT)
51 PowerStatus(SystemUI::ColorScheme color_scheme,
78 (color_scheme_ == SystemUI::COLOR_SCHEME_LIGHT)
108 SystemUI::ColorScheme color_scheme_;
175 UpdateStatus(SystemUI::ColorScheme color_scheme, views::ImageView* icon)
196 int image_id = (color_scheme_ == SystemUI::COLOR_SCHEME_LIGHT)
204 SystemUI::ColorScheme color_scheme_;
211 SystemUI::ColorScheme color_scheme,
status_icon_container_view.h 21 StatusIconContainerView(SystemUI::ColorScheme color_scheme,
background_controller.cc 21 SystemUI::Get()->CreateSystemInfoView(SystemUI::COLOR_SCHEME_LIGHT);
time_view.cc 20 TimeView::TimeView(SystemUI::ColorScheme color_scheme) {
22 SetEnabledColor((color_scheme == SystemUI::COLOR_SCHEME_LIGHT)
  /external/chromium_org/athena/main/
placeholder.cc 30 athena::SystemUI::Get()->SetBackgroundImage(wallpaper);
athena_launcher.cc 116 athena::SystemUI::Create(blocking_task_runner);
162 athena::SystemUI::Shutdown();
  /build/target/product/
generic_no_telephony.mk 28 SystemUI \
sdk_base.mk 46 SystemUI \
  /device/google/atv/products/
atv_base.mk 82 SystemUI \
  /device/generic/armv7-a-neon/
mini_common.mk 36 SystemUI \
  /external/chromium_org/athena/home/
athena_start_page_view.cc 182 SystemUI::Get()->CreateSystemInfoView(SystemUI::COLOR_SCHEME_DARK);

Completed in 270 milliseconds