/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.h | 12 #include "chrome/browser/chromeos/login/screens/terms_of_service_screen_actor.h"
|
user_image_screen_handler.h | 12 #include "chrome/browser/chromeos/login/screens/user_image_screen_actor.h"
|
oobe_ui.h | 63 // JS oobe/login screens names. 184 // Screens actors. Note, OobeUI owns them via |handlers_|, not directly here.
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglscreen.h | 93 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.h | 42 virtual bool GetScreenList(ScreenList* screens) OVERRIDE;
|
screen_capturer_win_magnifier.h | 51 virtual bool GetScreenList(ScreenList* screens) OVERRIDE; 89 // must make sure not calling it on non-primary screens.
|
/external/chromium_org/ui/base/x/ |
x11_util_internal.h | 30 // NOTE:Currently this don't support multiple screens/displays.
|
/external/chromium_org/ui/gfx/ |
screen_ios.mm | 40 return [[UIScreen screens] count];
|
/external/chromium_org/ui/message_center/cocoa/ |
tray_controller.mm | 82 NSScreen* screen = [[NSScreen screens] objectAtIndex:0];
|
/external/mesa3d/src/egl/main/ |
eglscreen.h | 93 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
|
/frameworks/base/docs/html/design/wear/ |
watchfaces.jd | 64 different executions for square and round screens.</p> 122 white, and grays. Your watch face may use some color elements on screens that support it 131 <h2 id="SpecialScreens">Optimize for Special Screens</h2> 135 watch face is how it affects battery life and screen burn-in on some screens. 138 screens.</p> 146 When designing for low-bit ambient mode, use a black or a white background. For OLED screens, 148 pixels. You can use low-bit color for up to 5 percent of pixels on screens that support it. 164 <p>When designing for OLED screens, you should consider power efficiency and the screen 165 burn-in effect. When these screens are in ambient mode, the system shifts the contents of
|
/frameworks/base/docs/html/training/animation/ |
index.jd | 67 Learn how to animate between horizontally adjacent screens with a sliding transition.
|
/frameworks/base/docs/html/training/basics/fragments/ |
index.jd | 66 different screens.</dd>
|
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/ |
screendensities.jd | 2 parent.title=Designing for Multiple Screens
|
/frameworks/base/packages/Keyguard/res/layout/ |
keyguard_emergency_carrier_area.xml | 20 <!-- This contains emergency call button and carrier as shared by pin/pattern/password screens -->
|
/packages/apps/Calendar/res/values/ |
config.xml | 22 <!-- the "show details" mode is recommended for devices with large screens -->
|
/packages/apps/Calendar/res/values-w600dp-h879dp/ |
config.xml | 22 <!-- the "show details" mode is recommended for devices with large screens -->
|
/packages/apps/Calendar/res/values-w960dp-h527dp/ |
config.xml | 22 <!-- the "show details" mode is recommended for devices with large screens -->
|
/packages/apps/Launcher3/res/layout-land/ |
launcher.xml | 38 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/PackageInstaller/res/layout/ |
app_details.xml | 19 installation screens
|
/packages/apps/SpareParts/res/values/ |
strings.xml | 41 <string name="summary_transition_animations">Speed of animations moving between screens</string>
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_controller_browsertest.cc | 28 #include "chrome/browser/chromeos/login/screens/error_screen.h" 29 #include "chrome/browser/chromeos/login/screens/hid_detection_screen.h" 30 #include "chrome/browser/chromeos/login/screens/mock_eula_screen.h" 31 #include "chrome/browser/chromeos/login/screens/mock_network_screen.h" 32 #include "chrome/browser/chromeos/login/screens/mock_update_screen.h" 33 #include "chrome/browser/chromeos/login/screens/network_screen.h" 34 #include "chrome/browser/chromeos/login/screens/reset_screen.h" 35 #include "chrome/browser/chromeos/login/screens/user_image_screen.h" 36 #include "chrome/browser/chromeos/login/screens/wrong_hwid_screen.h" 396 // Set up the mocks for all screens [all...] |
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
update_screen.h | 16 #include "chrome/browser/chromeos/login/screens/update_screen_actor.h" 17 #include "chrome/browser/chromeos/login/screens/wizard_screen.h"
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
eglmesaext.h | 59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens); 72 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSCRREENSMESA) (EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
|
/external/mesa3d/include/EGL/ |
eglmesaext.h | 59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens); 72 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSCRREENSMESA) (EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
|