Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1430 final int axis_y = (z + 1) % 3; in remapCoordinateSystemImpl() local
1432 if (((x ^ axis_y) | (y ^ axis_z)) != 0) { in remapCoordinateSystemImpl()