HomeSort by relevance Sort by last modified time
    Searched refs:Screen (Results 76 - 100 of 332) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/views/
mouse_watcher_view_host.cc 7 #include "ui/gfx/screen.h"
52 return gfx::Screen::GetScreenFor(widget->GetNativeView())->
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 11 #include "ui/gfx/screen.h"
25 // Our singleton screen implementation that talks to xrandr.
26 class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
33 // Overridden from gfx::Screen:
61 // Builds a list of displays from the current screen information offered by
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 133 /* macros for screen oriented applications (toolkit) */
242 int c_class; /* C++ class of screen (monochrome, etc.) */
244 int class; /* class of screen (monochrome, etc.) */
261 * Information about the screen. The contents of this structure are
262 * implementation dependent. A Screen should be treated as opaque
272 int width, height; /* width and height of screen */
275 Depth *depths; /* list of allowable depths on the screen */
286 } Screen;
289 * Format structure; describes ZFormat data the screen will understand.
325 Window root; /* root of screen containing window *
344 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon45703
1091 Screen *screen; member in union:__anon45756
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 133 /* macros for screen oriented applications (toolkit) */
242 int c_class; /* C++ class of screen (monochrome, etc.) */
244 int class; /* class of screen (monochrome, etc.) */
261 * Information about the screen. The contents of this structure are
262 * implementation dependent. A Screen should be treated as opaque
272 int width, height; /* width and height of screen */
275 Depth *depths; /* list of allowable depths on the screen */
286 } Screen;
289 * Format structure; describes ZFormat data the screen will understand.
325 Window root; /* root of screen containing window *
344 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon47439
1091 Screen *screen; member in union:__anon47492
    [all...]
  /external/chromium_org/athena/wm/
bezel_controller.cc 11 #include "ui/gfx/screen.h"
32 gfx::Screen* screen = gfx::Screen::GetScreenFor(window); local
33 return screen->GetDisplayNearestWindow(window);
41 // Convert location from window coordinates to screen coordinates.
126 // finger touches the screen.
split_view_controller_unittest.cc 7 #include "athena/screen/public/screen_manager.h"
15 #include "ui/gfx/screen.h"
177 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().rotation());
186 // Screen rotation should be locked while in splitview.
189 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().rotation());
191 // Screen is rotated on exiting splitview.
194 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().rotation());
196 // Entering splitview should now be disabled now that the screen is in a
split_view_controller.cc 9 #include "athena/screen/public/screen_manager.h"
21 #include "ui/gfx/screen.h"
169 // TODO(mfomitchev): return false in full screen.
172 IsLandscapeOrientation(gfx::Screen::GetNativeScreen()->
340 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().work_area();
347 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().work_area();
376 // screen while engaging splitview (i.e. state_ == SCROLLING).
379 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().work_area();
526 gfx::Screen* screen = gfx::Screen::GetScreenFor(container_) local
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 14 #include "ui/gfx/screen.h"
90 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
122 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 13 #include "ui/gfx/screen.h"
59 gfx::Screen* screen = gfx::Screen::GetScreenFor(root_window); local
60 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);
  /packages/apps/Launcher3/protos/
backup.proto 25 SCREEN = 2;
77 optional int32 screen = 5;
93 message Screen {
  /external/chromium_org/ash/ime/
mode_indicator_view.cc 9 #include "ui/gfx/screen.h"
36 return gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_views.cc 15 #include "ui/gfx/screen.h"
105 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint();
  /external/chromium_org/third_party/skia/src/effects/
SkPorterDuff.cpp 40 MAKE_PAIR(Screen),
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 35 ScreenCapturer::Screen screen; local
36 screen.id = device_index;
37 screens->push_back(screen);
42 bool IsScreenValid(ScreenId screen, std::wstring* device_key) {
43 if (screen == kFullDesktopScreenId) {
50 BOOL enum_result = EnumDisplayDevices(NULL, screen, &device, 0);
57 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key) {
58 if (screen == kFullDesktopScreenId) {
67 BOOL result = EnumDisplayDevices(NULL, screen, &device, 0)
    [all...]
  /external/chromium_org/ui/aura/test/
test_screen.h 11 #include "ui/gfx/screen.h"
23 // A minimal, testing Aura implementation of gfx::Screen.
24 class TestScreen : public gfx::Screen,
27 // Creates a gfx::Screen of the specified size. If no size is specified, then
28 // creates a 800x600 screen. |size| is in physical pixels.
51 // gfx::Screen overrides:
  /external/chromium_org/ui/snapshot/
snapshot_android.cc 16 #include "ui/gfx/screen.h"
43 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /external/skia/src/effects/
SkPorterDuff.cpp 40 MAKE_PAIR(Screen),
  /external/chromium_org/ash/display/
display_manager.h 27 class Screen;
98 gfx::Screen* screen() { function in class:ash::DisplayManager
304 // Create a screen instance to be used during shutdown.
360 gfx::Screen* screen_;
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash_unittest.cc 30 #include "ui/gfx/screen.h"
80 // Set up screen for Windows.
83 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, test_screen_.get());
84 gfx::Screen::SetScreenTypeDelegate(new ScreenTypeDelegateDesktop);
112 scoped_ptr<gfx::Screen> test_screen_;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.cc 14 #include "ui/gfx/screen.h"
191 gfx::Display display = gfx::Screen::GetScreenFor(
196 // want to position the dropdown on the screen the mouse cursor is on.
198 gfx::Screen* screen = gfx::Screen::GetScreenFor(view); local
199 gfx::Display display = screen->GetDisplayNearestPoint(
200 screen->GetCursorScreenPoint());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 58 void ErrorScreenHandler::Show(OobeDisplay::Screen parent_screen,
82 void ErrorScreenHandler::Show(OobeDisplay::Screen parent_screen,
166 bool ErrorScreenHandler::GetScreenName(OobeUI::Screen screen,
171 *name = oobe_ui->GetScreenName(screen);
signin_screen_handler.h 58 // Helper class to pass initial parameters to the login screen.
94 // Show sign-in screen for the given credentials.
137 // Signs out if the screen is currently locked.
149 // Shows Enterprise Enrollment screen.
152 // Shows Kiosk Enable screen.
155 // Shows Reset screen.
158 // Show wrong hwid screen.
210 // A class that handles the WebUI hooks in sign-in screen in OobeDisplay
229 // Shows the sign in screen.
254 virtual void OnCurrentScreenChanged(OobeUI::Screen current_screen
    [all...]
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 17 #include "ui/gfx/screen.h"
31 using gfx::Screen;
145 // on screen, the rest should refer to the bounds_.
189 // causing entire areas of the screen to become unresponsive to clicks.
249 Screen::GetScreenFor(native_view)->GetDisplayNearestWindow(native_view));
262 Screen::GetScreenFor(native_view)->GetDisplayNearestWindow(native_view));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 28 import com.android.sdklib.devices.Screen;
46 * overrides the device will probably return a phone-sized screen if the
246 // Instead, do this by screen size.
308 Screen screen = hardware.getScreen(); local
309 if (screen != null) {
310 return screen.getPixelDensity();
326 Screen screen = hardware.getScreen(); local
327 if (screen != null)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 179 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
214 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
487 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
524 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
579 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
580 EXPECT_EQ(id2, screen->GetPrimaryDisplay().id());
584 const gfx::Display& primary_display = screen->GetPrimaryDisplay();
659 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id())
    [all...]

Completed in 1404 milliseconds

1 2 34 5 6 7 8 91011>>