HomeSort by relevance Sort by last modified time
    Searched refs:Screen (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 29 import com.android.launcher3.backup.BackupProtos.Screen;
107 Favorites.SCREEN, // 13
242 case Key.SCREEN:
372 Set<String> savedIds = getSavedIdsByType(Key.SCREEN, in);
373 if (DEBUG) Log.d(TAG, "screen savedIds.size()=" + savedIds.size());
386 Key key = getKey(Key.SCREEN, id);
394 if (VERBOSE) Log.v(TAG, "screen " + id + " was too old: " + updateTime);
400 if (DEBUG) Log.d(TAG, "screen currentIds.size()=" + currentIds.size());
408 * Read a screen from the stream.
410 * <P>Keys arrive in any order, so children of this screen may already exist
864 Screen screen = new Screen(); local
874 Screen screen = new Screen(); local
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 43 #include "ui/gfx/screen.h"
336 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
339 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
342 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
345 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
348 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
383 EXPECT_EQ("10,10", gfx::Screen::GetScreenFor(
398 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString());
405 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString());
412 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString())
    [all...]
root_window_host_win.cc 19 #include "ui/gfx/screen.h"
138 float new_scale = gfx::Screen::GetScreenFor(
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 49 /* Possible UI states of the error screen. */
76 * It needs to be inline with the step screen transition duration time
84 * Groups of screens (screen IDs) that should have the same dimensions.
138 document.documentElement.setAttribute('screen', displayType);
142 * Returns dimensions of screen exluding header bar.
151 * Gets current screen element.
216 // proceed straight to enrollment screen when EULA is accepted.
263 * @param {string} screenId Id of the screen that buttons belong to.
276 * Disables or enables control buttons on the specified screen.
277 * @param {HTMLElement} screen Screen which controls should be affected
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 35 #include "ui/gfx/screen.h"
189 gfx::Rect work_area = gfx::Screen::GetNativeScreen()->GetDisplayNearestWindow(
392 // Set root window from a point in screen coordinates
    [all...]
dock_info_win.cc 16 #include "ui/gfx/screen.h"
102 // WS_EX_LAYERED windows then there are effectively holes on the screen
265 gfx::Rect work_area = gfx::Screen::GetNativeScreen()->
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 14 #include "ui/gfx/screen.h"
22 class TestScreen : public gfx::Screen {
27 // Overridden from gfx::Screen:
121 const gfx::Screen* screen,
125 return screen->GetDisplayMatching(bounds);
455 { // Check that the window gets resized to the screen.
463 { // Check that a window which hangs out of the screen get moved back in.
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 45 #include "ui/gfx/screen.h"
128 // (b) the primary display's screen size,
129 // (c) the screen's color depth, and
130 // (d) the size of the screen unavailable to web page content,
137 gfx::Screen::GetNativeScreen()->GetNumDisplays());
140 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel();
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 34 #include "ui/gfx/screen.h"
555 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
561 gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /frameworks/base/docs/html/design/
design_toc.cs 38 <li><a href="<?cs var:toroot ?>design/patterns/fullscreen.html">Full Screen</a></li>
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 38 #include "views/screen.h"
50 // If a popup window is larger than this fraction of the screen, create a tab.
306 // Typically we don't request a full screen size. This means we'll request a
307 // non-full screen size, layout/paint at that size, then the window manager
308 // will snap us to full screen size. This results in an ugly
309 // resize/paint. To avoid this we always request a full screen size.
310 *bounds = views::Screen::GetMonitorWorkAreaNearestWindow(
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 28 // TODO(hshi): determine the DPI of the screen.
241 // half of the screen size.
260 *error = "Horizontal overscan is more than half of the screen width.";
265 *error = "Vertical overscan is more than half of the screen height.";
306 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 28 #include "ui/gfx/screen.h"
75 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().bounds();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 47 // Helper class to pass initial parameters to the login screen.
88 // Show sign-in screen for the given credentials.
144 // Shows Enterprise Enrollment screen.
147 // Shows Kiosk Enable screen.
150 // Shows Reset screen.
153 // Shows Reset screen.
156 // Show wrong hwid screen.
184 // Signs out if the screen is currently locked.
194 // A class that handles the WebUI hooks in sign-in screen in OobeDisplay
211 // Shows the sign in screen
    [all...]
signin_screen_handler.cc 94 // Type of the login screen UI that is currently presented to user.
144 bool IsSigninScreen(const OobeUI::Screen screen) {
145 return screen == OobeUI::SCREEN_GAIA_SIGNIN ||
146 screen == OobeUI::SCREEN_ACCOUNT_PICKER;
512 // Reset Caps Lock state when login screen is shown.
565 // TODO (ygorshenin@): switch log level to INFO once signin screen
588 // Don't show or hide error screen if we're in connecting state.
622 // Hide offline message (if needed) and return if current screen is
670 // change state of the error screen
1608 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
    [all...]
  /external/chromium_org/content/browser/android/
edge_effect.cc 8 #include "ui/gfx/screen.h"
142 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().device_scale_factor();
  /external/chromium_org/remoting/webapp/
client_screen.js 7 * Functions related to the 'client screen' for Chromoting.
97 * Sends a Print Screen keypress to the remoting client.
103 console.log('Sending Print Screen.');
242 * Shows PIN entry screen localized to include the host name, and registers
  /external/chromium_org/ui/aura/bench/
bench_main.cc 308 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, test_screen.get());
  /external/chromium_org/apps/
shell_window.cc 39 #include "ui/gfx/screen.h"
752 gfx::Screen::GetNativeScreen()->GetDisplayMatching(bounds).work_area();
770 // from the current screen bounds and the current screen bounds doesn't
799 // the window on the main screen in a platform-defined manner.
811 // App window has cached screen bounds, make sure it fits on screen in
812 // case the screen resolution changed.
813 gfx::Screen* screen = gfx::Screen::GetNativeScreen() local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 53 #include "ui/gfx/screen.h"
319 // Size of screen, in mm.
504 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel();
508 return gfx::Screen::GetNativeScreen()->
514 return gfx::Screen::GetNativeScreen()->GetNumDisplays();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 76 #include "ui/gfx/screen.h"
289 gfx::Screen::GetScreenFor(window)->GetDisplayNearestWindow(window) :
290 gfx::Screen::GetScreenFor(window)->GetPrimaryDisplay();
496 gfx::Screen::GetScreenFor(window_)->AddObserver(this);
562 gfx::Display display = gfx::Screen::GetScreenFor(window_)->
644 // RenderWidgetHostViewAura::SetBounds() takes screen coordinates, but
905 const gfx::Display display = gfx::Screen::GetScreenFor(window_)->
2475 gfx::Screen* screen = gfx::Screen::GetScreenFor(window_); local
3055 gfx::Screen* screen = gfx::Screen::GetScreenFor(window_); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 68 #include "ui/gfx/screen.h"
    [all...]
  /external/chromium_org/ash/
shell.h 27 #include "ui/gfx/screen.h"
206 // Returns the global Screen object that's always active in ash.
207 static gfx::Screen* GetScreen();
229 // |location_in_screen| (in screen coordinates).
283 // Called when the screen is locked (after the lock window is visible) or
415 ScreenAsh* screen() { return screen_; } function in class:ash::Shell
434 // Dims or undims the screen.
577 // when the screen is initially created.
  /external/chromium_org/ash/wm/overview/
window_overview.cc 195 gfx::Display dst_display = gfx::Screen::GetScreenFor(
382 // windows on screen.
  /external/chromium_org/ash/wm/
window_positioner.cc 21 #include "ui/gfx/screen.h"
39 // When a window gets opened in default mode and the screen is less than or
129 // Move |window| into the center of the screen - or restore it to the previous
150 // Get the first open (non minimized) window which is on the screen defined.
217 const gfx::Screen* screen,
235 gfx::Rect work_area = screen->GetDisplayNearestWindow(target).work_area();
241 // When using "small screens" we want to always open in full screen mode.
379 // The window should get centered on the screen and not follow the grid.
408 // screen
    [all...]

Completed in 527 milliseconds

1 2 3 4 56 7 8 910