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

1 2

  /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() {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 17 package com.android.systemui;
41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices();
43 for (SystemUI ui: services) {
49 for (SystemUI ui: services) {
SystemUI.java 17 package com.android.systemui;
26 public abstract class SystemUI {
SystemUIApplication.java 17 package com.android.systemui;
32 * Application class for SystemUI.
43 com.android.systemui.keyguard.KeyguardViewMediator.class,
44 com.android.systemui.recent.Recents.class,
45 com.android.systemui.volume.VolumeUI.class,
46 com.android.systemui.statusbar.SystemBars.class,
47 com.android.systemui.usb.StorageNotification.class,
48 com.android.systemui.power.PowerUI.class,
49 com.android.systemui.media.RingtonePlayer.class
55 private final SystemUI[] mServices = new SystemUI[SERVICES.length]
    [all...]
  /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();
  /frameworks/base/packages/SystemUI/
Android.mk 7 src/com/android/systemui/EventLogTags.logtags
12 LOCAL_PACKAGE_NAME := SystemUI
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java 17 package com.android.systemui.statusbar;
23 import com.android.systemui.R;
24 import com.android.systemui.SystemUI;
36 public class SystemBars extends SystemUI implements ServiceMonitor.Callbacks {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 17 package com.android.systemui.media;
34 import com.android.systemui.SystemUI;
44 public class RingtonePlayer extends SystemUI {
  /build/target/product/
generic_no_telephony.mk 28 SystemUI \
sdk_base.mk 46 SystemUI \
  /device/google/atv/products/
atv_base.mk 82 SystemUI \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeUI.java 1 package com.android.systemui.volume;
19 import com.android.systemui.R;
20 import com.android.systemui.SystemUI;
21 import com.android.systemui.keyguard.KeyguardViewMediator;
22 import com.android.systemui.statusbar.phone.PhoneStatusBar;
23 import com.android.systemui.statusbar.policy.ZenModeController;
24 import com.android.systemui.statusbar.policy.ZenModeControllerImpl;
45 public class VolumeUI extends SystemUI {
  /frameworks/base/packages/SystemUI/tests/
Android.mk 20 LOCAL_AAPT_FLAGS := --auto-add-overlay --extra-packages com.android.systemui:com.android.keyguard
23 src/com/android/systemui/EventLogTags.logtags
26 frameworks/base/packages/SystemUI/res \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 17 package com.android.systemui.power;
34 import com.android.systemui.SystemUI;
35 import com.android.systemui.statusbar.phone.PhoneStatusBar;
41 public class PowerUI extends SystemUI {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 17 package com.android.systemui.recent;
36 import com.android.systemui.R;
37 import com.android.systemui.RecentsComponent;
38 import com.android.systemui.SystemUI;
39 import com.android.systemui.recents.AlternateRecentsComponent;
42 public class Recents extends SystemUI implements RecentsComponent {
99 intent.setPackage("com.android.systemui");
119 intent.setClassName("com.android.systemui",
120 "com.android.systemui.recent.RecentsActivity")
    [all...]
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 17 package com.android.systemui.usb;
34 import com.android.systemui.SystemUI;
36 public class StorageNotification extends SystemUI {
93 HandlerThread thr = new HandlerThread("SystemUI StorageNotification");
132 intent.setClass(mContext, com.android.systemui.usb.UsbStorageActivity.class);
256 intent.setClass(mContext, com.android.systemui.usb.UsbStorageActivity.class);

Completed in 296 milliseconds

1 2