Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java39 private int mRotation; field in RVCVCameraPreview
63 mRotation = rotation; in init()
132 mCamera.setDisplayOrientation(mRotation); in surfaceChanged()
/cts/tests/tests/graphics2/src/android/graphics2/cts/
DTextureViewCameraActivity.java47 private float mRotation = 0f; field in TextureViewCameraActivity
104 mRotation += SCREEN_ROTATION_RATE; in onSurfaceTextureUpdated()
105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2); in onSurfaceTextureUpdated()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java178 private final String mRotation; field in DeqpTestRunner.BatchRunConfiguration
183 mRotation = rotation; in BatchRunConfiguration()
192 mGlConfig, mRotation, mSurfaceType); in getId()
206 return mRotation; in getRotation()