Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DExtensionsUtil.java302 final DisplayFeature landscapeDisplayFeature = landscapeFeaturesWithinBoth in assertEqualWindowLayoutInfo() local
306 if (!portraitDisplayFeature.getClass().equals(landscapeDisplayFeature.getClass()) in assertEqualWindowLayoutInfo()
308 landscapeDisplayFeature.getBounds())) { in assertEqualWindowLayoutInfo()
316 (FoldingFeature) landscapeDisplayFeature; in assertEqualWindowLayoutInfo()
DSidecarUtil.java209 final SidecarDisplayFeature landscapeDisplayFeature = landscapeFeaturesWithinBoth in assertEqualWindowLayoutInfo() local
212 if (portraitDisplayFeature.getRect().equals(landscapeDisplayFeature.getRect()) in assertEqualWindowLayoutInfo()
213 && portraitDisplayFeature.getType() == landscapeDisplayFeature.getType()) { in assertEqualWindowLayoutInfo()