Searched refs:displayOrientationDegrees (Results 1 – 1 of 1) sorted by relevance
282 private int getAutoDisplayOrientation(int displayOrientationDegrees, in getAutoDisplayOrientation() argument290 result = (info.orientation + displayOrientationDegrees) % 360; in getAutoDisplayOrientation()293 result = (info.orientation - displayOrientationDegrees + 360) % 360; in getAutoDisplayOrientation()