Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java351 int rotation = mActivity.getWindowManager().getDefaultDisplay().getRotation(); in onOrientationChanged() local
352 if (mCurrentRotation != rotation) { in onOrientationChanged()
353 mCurrentRotation = rotation; in onOrientationChanged()
484 int rotation = getWindowManager().getDefaultDisplay() in setCameraDisplayOrientation() local
487 switch (rotation) { in setCameraDisplayOrientation()
503 info.orientation, rotation, in setCameraDisplayOrientation()
1432 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in layoutPreview() local
1435 switch (rotation) { in layoutPreview()
1472 " display rotation: " + rotation); in layoutPreview()