Home
last modified time | relevance | path

Searched defs:crossProduct (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
H A DPoint.java60 public float crossProduct(Point a, Point b) { in crossProduct() method in Point
86 float crossProduct = crossProduct(a, b); in getAngle() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java273 private static double crossProduct(Point a, Point b) { in crossProduct() method in CbGeoUtils.Polygon
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1265 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale() local