HomeSort by relevance Sort by last modified time
    Searched refs:testRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 379 WebCore::IntRect testRect = test->ring(this, part);
381 DBG_NAV_LOGD("[%d] intersects=%ss testRect=(%d,%d,w=%d,h=%d)"
383 testRect.intersects(rect) ? "true" : "false",
384 testRect.x(), testRect.y(), testRect.width(), testRect.height(),
387 if (testRect.intersects(rect)) {
391 testRect.intersect(testData.mouseBounds());
392 if (testRect.contains(center))
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RectShapeTest.java 110 public void testRect() {

Completed in 52 milliseconds