HomeSort by relevance Sort by last modified time
    Searched full:orientationstrings (Results 1 - 1 of 1) sorted by null

  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 178 final String[] orientationStrings= new String[] {
189 if (orientationVal >= orientationStrings.length) {
192 String orientation = orientationStrings[orientationVal];

Completed in 26 milliseconds