Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DInputSystem.java29 private float mOrientationInput[] = new float[3]; field in InputSystem
71 mOrientationInput[0] = x; in setOrientation()
72 mOrientationInput[1] = y; in setOrientation()
73 mOrientationInput[2] = z; in setOrientation()
75 … canonicalOrientationToScreenOrientation(mScreenRotation, mOrientationInput, mOrientationOutput); in setOrientation()