Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.cpp235 int SpotShadow::intersection(const Vector2* poly1, int poly1Length, in intersection() function in android::uirenderer::SpotShadow
282 Vector2 intersection = {0, 0}; in intersection() local
1610 const Vector2* intersection, int intersectionLength) { in testIntersection()
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java223 Set<Object> intersection = new HashSet<Object>(expected); in assertEquals() local
/frameworks/base/core/java/android/view/
DView.java5832 RectF intersection = intersections.remove(i); in computeClickPointInScreenForAccessibility() local
5883 RectF intersection = rects.get(i); in offsetRects() local
DViewGroup.java804 RectF intersection = intersections.get(i); in translateBoundsAndIntersectionsInWindowCoordinates() local
870 RectF intersection = new RectF(siblingBounds); in translateBoundsAndIntersectionsInWindowCoordinates() local