Home
last modified time | relevance | path

Searched refs:ScreenOrientation (Results 1 – 12 of 12) 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.java559 public @interface ScreenOrientation {} annotation in ActivityInfo
681 @ScreenOrientation
1075 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape()
1094 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) { in isFixedOrientationPortrait()
/frameworks/base/core/proto/android/content/
Dactivityinfo.proto22 enum ScreenOrientation { enum
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java41 import android.content.pm.ActivityInfo.ScreenOrientation;
106 @ScreenOrientation
114 @ScreenOrientation
359 @ScreenOrientation
364 boolean updateOrientation(@ScreenOrientation int newOrientation, boolean forceUpdate) { in updateOrientation()
1060 int rotationForOrientation(@ScreenOrientation int orientation, in rotationForOrientation()
DWindowContainer.java152 @ActivityInfo.ScreenOrientation
1184 @ActivityInfo.ScreenOrientation
DDisplayContent.java148 import android.content.pm.ActivityInfo.ScreenOrientation;
1255 @ScreenOrientation
2350 @ScreenOrientation
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java28 import com.android.resources.ScreenOrientation;
378 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration()
DLayout.java37 import com.android.resources.ScreenOrientation;
525 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) { in findNavBar()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto129 optional .android.content.ActivityInfoProto.ScreenOrientation orientation = 4;
/frameworks/base/core/java/android/view/
DWindowManager.java2512 @ActivityInfo.ScreenOrientation
/frameworks/base/core/java/android/app/
DActivity.java6649 public void setRequestedOrientation(@ActivityInfo.ScreenOrientation int requestedOrientation) { in setRequestedOrientation()
6671 @ActivityInfo.ScreenOrientation