Home
last modified time | relevance | path

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

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