Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DCameraManager.java542 int screenRotation, in updateCameraRotation() argument
548 int rotation = screenRotationToDegress(screenRotation); in updateCameraRotation()
571 private static int screenRotationToDegress(int screenRotation) { in screenRotationToDegress() argument
572 switch (screenRotation) { in screenRotationToDegress()