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

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RectShapeTest.java 110 public void testRect() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
RectTest.java 28 public final void testRect() {
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 395 WebCore::IntRect testRect = test->ring(this, part);
396 if (testRect.intersects(rect)) {
399 DBG_NAV_LOGD("[%d] intersects=%s testRect=(%d,%d,w=%d,h=%d)"
401 testRect.intersects(rect) ? "true" : "false",
402 testRect.x(), testRect.y(),
403 testRect.width(), testRect.height(),
412 testRect.intersect(testData.mouseBounds());
413 if (testRect.contains(center))
    [all...]

Completed in 5271 milliseconds