/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | ConfigGenerator.java | 42 import com.android.resources.ScreenOrientation; 74 .setOrientation(ScreenOrientation.PORTRAIT) 89 .setOrientation(ScreenOrientation.PORTRAIT) 104 .setOrientation(ScreenOrientation.LANDSCAPE) 119 .setOrientation(ScreenOrientation.LANDSCAPE) 134 .setOrientation(ScreenOrientation.PORTRAIT) 155 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT; 277 public ConfigGenerator setOrientation(ScreenOrientation orientation) { in setOrientation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | InCallOrientationEventListener.java | 50 public @interface ScreenOrientation {} annotation in InCallOrientationEventListener 71 @ScreenOrientation private static int currentOrientation = SCREEN_ORIENTATION_0; 95 @ScreenOrientation 178 @ScreenOrientation
|
H A D | InCallPresenter.java | 62 import com.android.incallui.InCallOrientationEventListener.ScreenOrientation; 1757 public void onDeviceOrientationChange(@ScreenOrientation int orientation) { in onDeviceOrientationChange() 1969 void onDeviceOrientationChanged(@ScreenOrientation int orientation); in onDeviceOrientationChanged()
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteHardwareConfig.java | 21 import com.android.resources.ScreenOrientation; 39 private ScreenOrientation mOrientation; 53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 596 public @interface ScreenOrientation {} annotation in ActivityInfo 718 @ScreenOrientation 1257 public boolean hasFixedAspectRatio(@ScreenOrientation int orientation) { in hasFixedAspectRatio() 1282 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() 1301 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) { in isFixedOrientationPortrait() 1312 @ActivityInfo.ScreenOrientation 1313 public static int reverseOrientation(@ActivityInfo.ScreenOrientation int orientation) { in reverseOrientation() 1409 public float getMinAspectRatio(@ScreenOrientation int orientation) { in getMinAspectRatio()
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | activityinfo.proto | 22 enum ScreenOrientation { enum
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaGroup.java | 54 @ActivityInfo.ScreenOrientation
|
H A D | DisplayRotation.java | 47 import android.content.pm.ActivityInfo.ScreenOrientation; 112 @ScreenOrientation 120 @ScreenOrientation 367 @ScreenOrientation 372 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation() 1116 int rotationForOrientation(@ScreenOrientation int orientation, in rotationForOrientation()
|
H A D | WindowContainer.java | 148 @ActivityInfo.ScreenOrientation 1281 @ActivityInfo.ScreenOrientation
|
H A D | DisplayContent.java | 164 import android.content.pm.ActivityInfo.ScreenOrientation; 1413 @ScreenOrientation 2648 @ScreenOrientation
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderAction.java | 28 import com.android.resources.ScreenOrientation; 378 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration()
|
H A D | Layout.java | 37 import com.android.resources.ScreenOrientation; 525 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) { in findNavBar()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | windowmanagerservice.proto | 53 …entation = 8 [(.android.typedef) = "android.content.pm.ActivityInfo.ScreenOrientation", deprecated… 137 optional .android.content.ActivityInfoProto.ScreenOrientation orientation = 4; 261 …32 last_orientation = 5 [(.android.typedef) = "android.content.pm.ActivityInfo.ScreenOrientation"]; 482 …l int32 orientation = 2 [(.android.typedef) = "android.content.pm.ActivityInfo.ScreenOrientation"];
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 76 import android.content.pm.ActivityInfo.ScreenOrientation; 2270 @ScreenOrientation int screenOrientation) { in buildActivityRecord()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Activity.java | 6724 public void setRequestedOrientation(@ActivityInfo.ScreenOrientation int requestedOrientation) { 6741 @ActivityInfo.ScreenOrientation
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 3071 @ActivityInfo.ScreenOrientation
|