Searched refs:totalRotation (Results 1 – 1 of 1) sorted by relevance
120 int totalRotation = getRequiredRotation(); in surfaceChanged() local121 mCamera.setDisplayOrientation(totalRotation); in surfaceChanged()123 if (adjustLayoutParamsIfNeeded(totalRotation)) { in surfaceChanged()191 private boolean adjustLayoutParamsIfNeeded(int totalRotation) { in adjustLayoutParamsIfNeeded() argument197 if (totalRotation % 180 != 0) { in adjustLayoutParamsIfNeeded()