Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java43 import com.android.resources.ScreenOrientation;
75 .setOrientation(ScreenOrientation.PORTRAIT)
90 .setOrientation(ScreenOrientation.PORTRAIT)
105 .setOrientation(ScreenOrientation.LANDSCAPE)
126 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT;
250 public ConfigGenerator setOrientation(ScreenOrientation orientation) { in setOrientation()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1074 public int rotationForOrientationLw(@ActivityInfo.ScreenOrientation int orientation, in rotationForOrientationLw()
1090 public boolean rotationHasCompatibleMetricsLw(@ActivityInfo.ScreenOrientation int orientation, in rotationHasCompatibleMetricsLw()
1140 public void setCurrentOrientationLw(@ActivityInfo.ScreenOrientation int newOrientation); in setCurrentOrientationLw()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java328 public @interface ScreenOrientation {} annotation in ActivityInfo
441 @ScreenOrientation
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java33 import com.android.resources.ScreenOrientation;
360 ScreenOrientation orientation = hardwareConfig.getOrientation(); in getConfiguration()
DRenderSessionImpl.java65 import com.android.resources.ScreenOrientation;
1156 if (hardwareConfig.getOrientation() == ScreenOrientation.LANDSCAPE) { in findNavigationBar()
/frameworks/base/core/java/android/app/
DActivity.java4891 public void setRequestedOrientation(@ActivityInfo.ScreenOrientation int requestedOrientation) { in setRequestedOrientation()
4913 @ActivityInfo.ScreenOrientation