Home
last modified time | relevance | path

Searched refs:getVertices (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/shadow/
DAmbientShadowTriangulator.java59 public float[] getVertices() { return mCalculator.getVertex(); } in getVertices() method in AmbientShadowTriangulator
DHighQualityShadowPainter.java113 float[] shadowBounds = Math3DHelper.flatBound(ambientTriangulator.getVertices(), 2); in paintRectShadow()
152 Math3DHelper.translate(ambientTriangulator.getVertices(), translateX, translateY, 2); in paintRectShadow()
153 … renderer.drawTriangles(ambientTriangulator.getIndices(), ambientTriangulator.getVertices(), in paintRectShadow()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCbGeoUtilsTest.java67 List<LatLng> vertexes = polygon.getVertices(); in testEncodeGeometries()
99 List<LatLng> vertexes = polygon.getVertices(); in testParseGeometriesFromString()
/frameworks/base/telephony/java/android/telephony/
DCbGeoUtils.java194 public @NonNull List<LatLng> getVertices() { in getVertices() method in CbGeoUtils.Polygon
460 for (LatLng latLng : ((Polygon) geometry).getVertices()) { in encodeGeometryToString()
/frameworks/base/core/api/
Dsystem-current.txt11192 method @NonNull public java.util.List<android.telephony.CbGeoUtils.LatLng> getVertices();