Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java56 private static final int NUM_ORIENTATIONS = 4; field in CameraOrientationActivity
120 if (stageIndex + 1 < mNumCameras * NUM_ORIENTATIONS) { in onCreate()
124 String[] availableOrientations = new String[NUM_ORIENTATIONS]; in onCreate()
148 + Integer.toString(NUM_ORIENTATIONS) in onCreate()
562 int curCameraId = stageIndex / NUM_ORIENTATIONS; in getSettings()
563 int curOrientation = stageIndex % NUM_ORIENTATIONS; in getSettings()