Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DInputSystem.java28 private int mScreenRotation = 0; field in InputSystem
75 … canonicalOrientationToScreenOrientation(mScreenRotation, mOrientationInput, mOrientationOutput); in setOrientation()
121 mScreenRotation = rotation; in setScreenRotation()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java113 private String mScreenRotation = "unspecified"; field in DeqpTestRunner
1986 …mTestInstances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfig… in loadTests()
2126 destination.mScreenRotation = source.mScreenRotation; in copyOptions()