Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaGroup.java19 import static android.content.pm.ActivityInfo.reverseOrientation;
65 return isOrientationDifferentFromDisplay() ? reverseOrientation(orientation) : orientation; in getOrientation()
DWindowContainer.java27 import static android.content.pm.ActivityInfo.reverseOrientation;
1492 requestedOrientation = reverseOrientation(requestedOrientation); in getRequestedConfigurationOrientation()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java1604 public static int reverseOrientation(@ActivityInfo.ScreenOrientation int orientation) { in reverseOrientation() method in ActivityInfo