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 203 final String[] orientationStrings= new String[] {
214 if (orientationVal >= orientationStrings.length) {
217 String orientation = orientationStrings[orientationVal];

Completed in 58 milliseconds