Searched refs:displayOrientation (Results 1 – 3 of 3) sorted by relevance
665 final int displayOrientation = orientationFromBounds(displayArea.getBounds()); in shouldLaunchUnresizableAppInFreeform() local669 && displayOrientation != activityOrientation) { in shouldLaunchUnresizableAppInFreeform()
1303 private void configureDisplayRotation(int displayOrientation, boolean isCar, boolean isTv) { in configureDisplayRotation() argument1306 switch (displayOrientation) { in configureDisplayRotation()1318 + ActivityInfo.screenOrientationToString(displayOrientation)); in configureDisplayRotation()
1167 synchronized void setDisplayOrientation(float displayOrientation) { in setDisplayOrientation() argument1172 mSpat.setDisplayOrientation(displayOrientation); in setDisplayOrientation()