Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1405 final int axis_z = (z + 2) % 3; in remapCoordinateSystemImpl() local
1406 if (((x ^ axis_y) | (y ^ axis_z)) != 0) { in remapCoordinateSystemImpl()