Home
last modified time | relevance | path

Searched refs:portraitDisplayFeature (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DExtensionUtil.java204 final DisplayFeature portraitDisplayFeature = portraitFeaturesWithinBoth in assertEqualWindowLayoutInfo() local
215 if (!portraitDisplayFeature.getClass().equals(landscapeDisplayFeature.getClass()) in assertEqualWindowLayoutInfo()
216 || !portraitDisplayFeature.getBounds().equals( in assertEqualWindowLayoutInfo()
222 if (portraitDisplayFeature instanceof FoldingFeature) { in assertEqualWindowLayoutInfo()
223 FoldingFeature portraitFoldingFeature = (FoldingFeature) portraitDisplayFeature; in assertEqualWindowLayoutInfo()
DSidecarUtil.java180 final SidecarDisplayFeature portraitDisplayFeature = portraitFeaturesWithinBoth in assertEqualWindowLayoutInfo() local
190 if (portraitDisplayFeature.getRect().equals(landscapeDisplayFeature.getRect()) in assertEqualWindowLayoutInfo()
191 && portraitDisplayFeature.getType() == landscapeDisplayFeature.getType()) { in assertEqualWindowLayoutInfo()