Searched refs:doesDisplayRotateForOrientation (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ |
D | SidecarTest.java | 223 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 226 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 251 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() 254 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/ |
D | ExtensionWindowLayoutComponentTest.java | 380 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 382 assertTrue(doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 384 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 528 boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() 531 firstBounds, windowContextBounds, doesDisplayRotateForOrientation); in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() 551 doesDisplayRotateForOrientation(secondMaximumBounds, in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() 555 doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() 558 firstBounds, secondBounds, doesDisplayRotateForOrientation); in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation() 588 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() 590 assertTrue(doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() [all …]
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/ |
D | SidecarUtil.java | 163 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument 178 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
|
D | ExtensionsUtil.java | 247 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument 262 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | WindowManagerJetpackTestBase.java | 319 public static boolean doesDisplayRotateForOrientation(@NonNull Rect portraitMaximumBounds,
|