HomeSort by relevance Sort by last modified time
    Searched refs:camOrientation (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraRootView.java 69 int camOrientation = (rotation % 180 == 0) ? Configuration.ORIENTATION_PORTRAIT
71 if (camOrientation != orientation) {
CameraControls.java 176 int camOrientation = (rotation % 180 == 0) ? Configuration.ORIENTATION_PORTRAIT
178 if (camOrientation != orientation) {

Completed in 28 milliseconds