HomeSort by relevance Sort by last modified time
    Searched defs:screenRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformScreenChromium.cpp 76 FloatRect screenRect(Widget* widget)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 806 IntRect Element::screenRect() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 527 IntRect screenRect(rect);
531 screenRect.move(windowRect.x, windowRect.y);
534 return screenRect;
698 IntRect screenRect = bounds;
699 screenRect.setLocation(view->screenToContents(bounds.location()));
700 if (!visibleRect.contains(screenRect)) {
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 804 Rect screenRect = screen.getBounds();
827 assertTrue("Pinch must be in center of target view", p2s.y == screenRect.centerY())
    [all...]
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
CtsUiAutomatorTest.java 778 Rect screenRect = screen.getBounds();
801 assertTrue("Pinch must be in center of target view", p2s.y == screenRect.centerY());
804 withinMarginOfError(0.1f, screenRect.centerX(), p1s.x));
807 withinMarginOfError(0.1f, screenRect.centerX(), p2s.x));
810 withinMarginOfError(0.1f, screenRect.centerX() - screenRect.left,
811 screenRect.centerX() - p1e.x));
814 withinMarginOfError(0.1f, screenRect.right, p2e.x));
    [all...]

Completed in 89 milliseconds