Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java42 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()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteHardwareConfig.java21 import com.android.resources.ScreenOrientation;
39 private ScreenOrientation mOrientation;
53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java545 public @interface ScreenOrientation {} annotation in ActivityInfo
667 @ScreenOrientation
1060 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape()
1079 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) { in isFixedOrientationPortrait()
/frameworks/base/core/proto/android/content/
Dactivityinfo.proto22 enum ScreenOrientation { enum
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java27 import com.android.resources.ScreenOrientation;
374 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration()
DLayout.java37 import com.android.resources.ScreenOrientation;
523 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) { in findNavBar()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto107 optional .android.content.ActivityInfoProto.ScreenOrientation orientation = 4;
/frameworks/base/core/java/android/app/
DActivity.java6498 public void setRequestedOrientation(@ActivityInfo.ScreenOrientation int requestedOrientation) { in setRequestedOrientation()
6520 @ActivityInfo.ScreenOrientation