Home
last modified time | relevance | path

Searched defs:vectorLength (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java88 int vectorLength = (o instanceof Object[] ? ((Object[]) o).length : 0); in toVehiclePropValue() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java200 public static float vectorLength(float[] a) { in vectorLength() method in GeometryMathUtils