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.java29 …tatic android.server.wm.jetpack.utils.WindowManagerJetpackTestBase.doesDisplayRotateForOrientation;
230 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
233 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
258 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
261 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
DExtensionWindowLayoutComponentTest.java34 …tatic android.server.wm.jetpack.utils.WindowManagerJetpackTestBase.doesDisplayRotateForOrientation;
177 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
180 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
201 final boolean doesDisplayRotateForOrientation = doesDisplayRotateForOrientation( in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
204 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarUtil.java141 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument
156 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
DExtensionUtil.java164 boolean doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo() argument
179 if (doesDisplayRotateForOrientation) { in assertEqualWindowLayoutInfo()
DWindowManagerJetpackTestBase.java163 public static boolean doesDisplayRotateForOrientation(@NonNull Rect portraitMaximumBounds,