Home
last modified time | relevance | path

Searched refs:yAxis (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DQuaternion.java181 @NonNull Vector3 yAxis, in fromAxes() argument
185 Vector3 yAxisNormalized = yAxis.normalized(); in fromAxes()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java845 final int yAxis = mCountY; in pointToCellExact() local
850 if (result[1] >= yAxis) result[1] = yAxis - 1; in pointToCellExact()