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

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
SurfaceViewSubPane.java 48 private int mCurrentUiOrientation = 0;
117 mCurrentUiOrientation = orientation;
136 boolean swapAspect = Math.abs(mCurrentUiOrientation - mCurrentCameraOrientation) % 2 == 1;
ImageReaderSubPane.java 99 private int mCurrentUiOrientation = 0;
177 mCurrentUiOrientation = orientation;

Completed in 234 milliseconds