Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java377 final DisplayInfo displayInfoLayout2Other = in testGetDisplayInfoForStateLocked_multipleLayouts() local
380 assertThat(displayInfoLayout2Other).isNotNull(); in testGetDisplayInfoForStateLocked_multipleLayouts()
381 assertThat(displayInfoLayout2Other.displayId).isEqualTo(logicalId2); in testGetDisplayInfoForStateLocked_multipleLayouts()
382 assertThat(displayInfoLayout2Other.logicalWidth).isEqualTo(width(device2)); in testGetDisplayInfoForStateLocked_multipleLayouts()
383 assertThat(displayInfoLayout2Other.logicalHeight).isEqualTo(height(device2)); in testGetDisplayInfoForStateLocked_multipleLayouts()