Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DSidecarUtil.java233 @NonNull Rect currentOrientationBounds, @NonNull Rect otherOrientationBounds) { in getMutualDisplayFeatures() argument
246 .filter(d -> otherOrientationBounds.contains(d.getRect())) in getMutualDisplayFeatures()
DExtensionsUtil.java333 @NonNull Rect otherOrientationBounds) { in getMutualDisplayFeatures() argument
348 .filter(d -> otherOrientationBounds.contains(d.getBounds())) in getMutualDisplayFeatures()