Home
last modified time | relevance | path

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

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