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

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 37 import com.android.sdklib.devices.Screen;
714 Screen screen = device.getDefaultHardware().getScreen(); local
715 double dpi = (screen.getXdpi() + screen.getYdpi()) / 2.;
RenderPreviewManager.java 54 import com.android.sdklib.devices.Screen;
754 // Vary screen size
755 // TODO: Be smarter here: Pick a screen that is both as differently as possible
756 // from the current screen as well as also supported. So consider
770 // Make a placeholder preview for the current screen, in case we switch from it
    [all...]
RenderPreview.java 63 import com.android.sdklib.devices.Screen;
278 * screen are typically marked invisible during layout, which means we don't
324 * screen are typically marked invisible during layout, which means we don't
1124 Screen screen = device.getDefaultHardware().getScreen(); local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 18 #include "ui/gfx/screen.h"
162 // MenuScrollTask is used when the SubmenuView does not all fit on screen and
430 // before that happens otherwise the menus will stay on screen.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 77 #include "ui/gfx/screen.h"
410 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
841 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
    [all...]
render_widget_host_unittest.cc 26 #include "ui/gfx/screen.h"
452 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen_.get());
618 scoped_ptr<gfx::Screen> screen_;
644 // The initial bounds is the empty rect, and the screen info hasn't been sent
750 // Clear the first Resize message that carried screen info.
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 480 <li><a href="<?cs var:toroot ?>training/animation/screen-slide.html">
481 Using ViewPager for Screen Slide
825 <a href="<?cs var:toroot ?>training/wearables/ui/exit.html">Exiting Full-Screen Activities</a>
    [all...]
  /external/chromium_org/ash/wm/
window_positioner.cc 19 #include "ui/gfx/screen.h"
38 // When a window gets opened in default mode and the screen is less than or
161 // Move |window| into the center of the screen - or restore it to the previous
182 // Get the first open (non minimized) window which is on the screen defined.
243 const gfx::Screen* screen,
261 gfx::Rect work_area = screen->GetDisplayNearestWindow(target).work_area();
267 // When using "small screens" we want to always open in full screen mode.
294 gfx::Rect work_area = screen->GetDisplayNearestWindow(target).work_area();
423 // The window should get centered on the screen and not follow the grid
    [all...]
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 22 #include "ui/gfx/screen.h"
230 gfx::Screen::GetScreenFor(window)->GetCursorScreenPoint());
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 144 Screen* screen = DefaultScreenOfDisplay(display); local
145 screen_size_ = gfx::Size(XWidthOfScreen(screen), XHeightOfScreen(screen));
233 // to render the FBO the screen, where we do not want this flipping.
532 // screen instead of the decoded textures.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 9 <include src="../../../../../ui/login/screen.js">
71 * Shows the given screen.
72 * @param {Object} screen Screen params dict, e.g. {id: screenId, data: data}
74 Oobe.showScreen = function(screen) {
75 Oobe.getInstance().showScreen(screen);
99 // Start asynchronously so the OOBE network screen comes in first.
153 * Shows password changed screen that offers migration.
168 * Shows TPM error screen.
249 * Skip to login screen for telemetry
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 52 * We reuse previously generated screen-scale images so that going back to a
54 * cache any more. Screen-scale images are small (~1Mpix) so we can afford to
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 70 #include "core/frame/Screen.h"
270 // 3) Constrains the window rect to within the top and left boundaries of the available screen rect.
271 // 4) Constrains the window rect to within the bottom and right boundaries of the available screen rect.
272 // 5) Translate the window rect coordinates to be within the coordinate space of the screen.
278 FloatRect screen = screenAvailableRect(frame.view()); local
282 ASSERT(std::isfinite(screen.x()));
283 ASSERT(std::isfinite(screen.y()));
284 ASSERT(std::isfinite(screen.width()));
285 ASSERT(std::isfinite(screen.height()));
304 window.setWidth(min(max(minimumSize.width(), window.width()), screen.width()))
621 Screen& LocalDOMWindow::screen() const function in class:blink::LocalDOMWindow
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 39 #include "ui/gfx/screen.h"
737 gfx::Screen::GetScreenFor(NULL)->GetDisplayNearestWindow(window());
    [all...]
desktop_drag_drop_client_aurax11.cc 26 #include "ui/gfx/screen.h"
174 // Where the cursor is on screen.
    [all...]
desktop_native_widget_aura.cc 24 #include "ui/gfx/screen.h"
707 scale = gfx::Screen::GetScreenFor(root)->
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 41 #include "ui/gfx/screen.h"
510 // to the current cursor location in screen coordinates.
681 gfx::Screen* screen = Shell::GetScreen(); local
682 gfx::Point point_in_screen = screen->GetCursorScreenPoint();
683 gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 27 #include "ui/gfx/screen.h"
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 28 #include "ui/gfx/screen.h"
45 // off-screen.
786 gfx::Rect monitor_rect = gfx::Screen::GetScreenFor(window)->
  /external/chromium_org/content/common/
page_state_serialization.cc 14 #include "ui/gfx/screen.h"
618 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 20 # text editor screen initialized to the argument. When the "OK" button
69 $m add command -label {Clear Screen} -command "sqlitecon::Clear $w.t"
618 # entire contents of the console screen to that file.
625 set f [tk_getSaveFile -filetypes $types -title "Write Screen To..."]
  /frameworks/base/docs/html/guide/
guide_toc.cs 59 <span class="en">Overview Screen</span>
565 <li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
566 <span class="en">Screen Compatibility Mode</span>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 38 SCREEN,
72 public static final BlendComposite Screen = new BlendComposite(BlendingMode.SCREEN);
676 case SCREEN:
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 38 #include "ui/gfx/screen.h"
705 gfx::Screen* screen = Shell::GetScreen(); local
706 gfx::Display display = screen->GetDisplayNearestWindow(
718 display = screen->GetDisplayNearestWindow(
725 screen->GetPrimaryDisplay().bounds().bottom());
727 screen->GetPrimaryDisplay().bounds().bottom());
735 display = screen->GetDisplayNearestWindow(
741 EXPECT_LT(shelf_bounds.y(), screen->GetPrimaryDisplay().bounds().bottom());
744 screen->GetPrimaryDisplay().bounds().bottom())
1444 const gfx::Screen* screen = Shell::GetScreen(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 47 #include "ui/gfx/screen.h"
599 // Extend the button to the screen edge in maximized and immersive fullscreen.
2204 gfx::Screen* screen = gfx::Screen::GetScreenFor(GetWidget()->GetNativeView()); local
    [all...]

Completed in 1115 milliseconds

1 2 3 4 5 6 7 891011>>