Searched refs:portraitDisplayFeature (Results 1 – 2 of 2) sorted by relevance
204 final DisplayFeature portraitDisplayFeature = portraitFeaturesWithinBoth in assertEqualWindowLayoutInfo() local215 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()
180 final SidecarDisplayFeature portraitDisplayFeature = portraitFeaturesWithinBoth in assertEqualWindowLayoutInfo() local190 if (portraitDisplayFeature.getRect().equals(landscapeDisplayFeature.getRect()) in assertEqualWindowLayoutInfo()191 && portraitDisplayFeature.getType() == landscapeDisplayFeature.getType()) { in assertEqualWindowLayoutInfo()