Searched refs:setDisplayRotation (Results 1 – 10 of 10) sorted by relevance
113 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_0); in registerOnTabletopModeChangedListener_notInTabletopMode_callbackFalse()126 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in registerOnTabletopModeChangedListener_inTabletopMode_callbackTrue()139 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in registerOnTabletopModeChangedListener_notInTabletopModeTwice_callbackOnce()145 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_0); in registerOnTabletopModeChangedListener_notInTabletopModeTwice_callbackOnce()155 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in foldedRotation90_halfOpen_scheduleTabletopModeChange()166 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_0); in foldedRotation0_halfOpen_noScheduleTabletopModeChange()177 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in foldedRotation90_halfOpenThenUnfold_cancelTabletopModeChange()189 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in foldedRotation90_halfOpenThenFold_cancelTabletopModeChange()201 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_90); in foldedRotation90_halfOpenThenRotate_cancelTabletopModeChange()205 mConfiguration.windowConfiguration.setDisplayRotation(Surface.ROTATION_0); in foldedRotation90_halfOpenThenRotate_cancelTabletopModeChange()[all …]
263 config0.windowConfiguration.setDisplayRotation(0); in testAreConfigurationsEqualForDisplay()264 config1.windowConfiguration.setDisplayRotation(1); in testAreConfigurationsEqualForDisplay()268 config0.windowConfiguration.setDisplayRotation(2); in testAreConfigurationsEqualForDisplay()269 config1.windowConfiguration.setDisplayRotation(2); in testAreConfigurationsEqualForDisplay()
642 config.windowConfiguration.setDisplayRotation(rotation); in createConfigurationWithDisplayRotation()
1078 wc.getWindowConfiguration().setDisplayRotation(nextRotation); in testTransitionBounds()
324 public void setDisplayRotation(@Surface.Rotation int rotation) { in setDisplayRotation() method in WindowConfiguration431 setDisplayRotation(other.mDisplayRotation); in setTo()449 setDisplayRotation(ROTATION_UNDEFINED); in setToDefaults()527 setDisplayRotation(delta.mDisplayRotation); in updateFrom()559 setDisplayRotation(delta.mDisplayRotation); in setTo()
188 fun setDisplayRotation(displayRotation: Int) { in setDisplayRotation() method
104 .setDisplayRotation(WindowConfiguration.ROTATION_UNDEFINED); in setupTests()579 resources.getConfiguration().windowConfiguration.setDisplayRotation(rotation); in setLocalDisplayInConfig()
2466 outConfig.windowConfiguration.setDisplayRotation(rotation); in computeScreenAppConfiguration()
2880 HSPLandroid/app/WindowConfiguration;->setDisplayRotation(I)V