HomeSort by relevance Sort by last modified time
    Searched full:screens (Results 201 - 225 of 768) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 35 #include "chrome/browser/chromeos/login/screens/controller_pairing_screen.h"
36 #include "chrome/browser/chromeos/login/screens/error_screen.h"
37 #include "chrome/browser/chromeos/login/screens/eula_screen.h"
38 #include "chrome/browser/chromeos/login/screens/hid_detection_screen.h"
39 #include "chrome/browser/chromeos/login/screens/host_pairing_screen.h"
40 #include "chrome/browser/chromeos/login/screens/kiosk_autolaunch_screen.h"
41 #include "chrome/browser/chromeos/login/screens/kiosk_enable_screen.h"
42 #include "chrome/browser/chromeos/login/screens/network_screen.h"
43 #include "chrome/browser/chromeos/login/screens/reset_screen.h"
44 #include "chrome/browser/chromeos/login/screens/terms_of_service_screen.h
    [all...]
version_info_updater.h 21 // Fetches all info we want to show on OOBE/Login screens about system
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
  /external/mesa3d/src/glx/
glxext.c 200 GLint i, screens; local
203 screens = ScreenCount(priv->dpy);
204 for (i = 0; i < screens; i++) {
205 psc = priv->screens[i];
218 XFree((char *) priv->screens);
219 priv->screens = NULL;
765 GLint i, screens; local
770 screens = ScreenCount(dpy);
771 priv->screens = Xmalloc(screens * sizeof *priv->screens)
    [all...]
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 151 * Has the application said that its UI supports large screens? Based on the
157 * Has the application said that its UI supports xlarge screens? Based on the
173 // assume if it supports large screens that we should allow it
191 // just says it is resizable for screens. We'll only have it fill
432 // compatible with large screens, so diddle it.
454 // compatible with large screens, so we are forcing it to
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 29 Screens</a></li>
52 Screens</a>, you should create separate icons for all generalized screen densities, including low-,
53 medium-, high-, and extra-high-density screens. This ensures that your icons will display properly
123 <li>Menu icon dimensions for high-density (<code>hdpi</code>) screens:</li>
139 <li>Menu icon dimensions for medium-density (<code>mdpi</code>) screens:</li>
156 <li>Menu icon dimensions for low-density (<code>ldpi</code>) screens:</li>
icon_design_action_bar.jd 26 Screens</a></li>
48 Screens</a>, you should create separate icons for all generalized screen densities, including low-,
49 medium-, high-, and extra-high-density screens. This ensures that your icons will display properly
  /docs/source.android.com/src/devices/tech/input/
input-device-configuration-files.jd 24 built-in embedded devices, particularly touch screens, almost always
38 touch screens and touch pads both support the <code>EV_ABS</code> event type and codes
43 especially built-in touch screens, usually need IDC files.</p>
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 100 // current screens.
148 bool ScreenCapturerWinGdi::GetScreenList(ScreenList* screens) {
149 return webrtc::GetScreenList(screens);
  /external/chromium_org/ui/login/
display_manager.js 102 * Groups of screens (screen IDs) that should have the same dimensions.
112 * Group of screens (screen IDs) where factory-reset screen invocation is
137 * Group of screens (screen IDs) that are not participating in
148 * OOBE screens group index.
153 * Constructor a display manager that manages initialization of screens,
163 * Registered screens.
168 * Current OOBE step, index in the screens array.
509 // Workaround for gaia and network screens.
665 * other screens in the same group.
700 * Updates localized content of the screens like headers, buttons and links
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 103 * Workspace Screens.
105 * Tracks the order of workspace screens.
116 * The rank of this screen -- ie. how it is ordered relative to the other screens.
  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesTest.java 77 // Normal screens are always supported regardless of SDK
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 29 * secondary screens.
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 29 * secondary screens.
  /development/samples/HoneycombGallery/
AndroidManifest.xml 51 <!-- Holds the ContentFragment for small/normal screens -->
  /development/samples/Support4Demos/res/layout/
sliding_pane_layout.xml 38 responsively grow in width on larger screens while still
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 29 * secondary screens.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
host_pairing_screen.cc 5 #include "chrome/browser/chromeos/login/screens/host_pairing_screen.h"
screen_observer.h 16 // screens.
  /external/chromium_org/chrome/browser/media/
desktop_media_list.h 15 // DesktopMediaList provides the list of desktop media source (screens, windows,
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 41 // screens.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 11 #include "chrome/browser/chromeos/login/screens/error_screen_actor.h"
host_pairing_screen_handler.cc 21 // all screens migrate to context-based communications.
network_screen_handler.h 12 #include "chrome/browser/chromeos/login/screens/network_screen_actor.h"
network_state_informer.h 16 #include "chrome/browser/chromeos/login/screens/error_screen_actor.h"

Completed in 1563 milliseconds

1 2 3 4 5 6 7 891011>>