Home
last modified time | relevance | path

Searched refs:doesDisplayRotateForOrientation (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java223 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/
DExtensionWindowLayoutComponentTest.java380 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/
DSidecarUtil.java163 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument
178 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
DExtensionsUtil.java247 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument
262 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DWindowManagerJetpackTestBase.java319 public static boolean doesDisplayRotateForOrientation(@NonNull Rect portraitMaximumBounds,