Searched refs:crossProduct (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DPoint.java48 public float crossProduct(Point a, Point b) { method in class:Point
74 float crossProduct = crossProduct(a, b);
78 if (crossProduct < 0.0) {
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp85 float crossProduct = skVectors[0].cross(skVectors[1]); local
90 matrixScale = fabs(crossProduct) / maxScale;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1195 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1],
1201 matrixScale = MathUtils.abs(crossProduct) / maxScale;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1104 float crossProduct = cross(unitVectors[0], unitVectors[1], unitVectors[2],
1110 matrixScale = Math.abs(crossProduct) / maxScale;

Completed in 193 milliseconds