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

/packages/apps/Camera2/src/com/android/camera/crop/
H A DGeometryMathUtils.java113 public static float scalarProjection(float[] a, float[] b) { method in class:GeometryMathUtils
H A DCropObject.java235 float sp = GeometryMathUtils.scalarProjection(disp, bUnit);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java237 float sp = GeometryMathUtils.scalarProjection(disp, bUnit);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java162 public static float scalarProjection(float[] a, float[] b) { method in class:GeometryMathUtils

Completed in 711 milliseconds