Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/layout/
H A DLayout.java167 if (display.getLogicalDisplayId() == DEFAULT_DISPLAY) { in postProcessLocked()
190 display.setLeadDisplayId(leadDisplay.getLogicalDisplayId()); in postProcessLocked()
218 if (id == display.getLogicalDisplayId()) { in getById()
392 public int getLogicalDisplayId() { in getLogicalDisplayId() method in Layout.Display
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java319 final int logicalId2 = layout1.getByAddress(info(device2).address).getLogicalDisplayId(); in testGetDisplayInfoForStateLocked_defaultLayout()
359 final int logicalId2 = layout2.getByAddress(info(device2).address).getLogicalDisplayId(); in testGetDisplayInfoForStateLocked_multipleLayouts()
765 threeDevicesEnabledLayout.getByAddress(displayAddressOne).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
768 threeDevicesEnabledLayout.getByAddress(displayAddressTwo).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
771 threeDevicesEnabledLayout.getByAddress(displayAddressThree).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
809 oneDeviceEnabledLayout.getByAddress(displayAddressOne).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
812 oneDeviceEnabledLayout.getByAddress(displayAddressTwo).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
815 oneDeviceEnabledLayout.getByAddress(displayAddressThree).getLogicalDisplayId(), in testEnabledAndDisabledDisplays()
H A DDeviceStateToLayoutMapTest.java163 assertEquals(display222.getLeadDisplayId(), display111.getLogicalDisplayId()); in testLeadDisplayAddress()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java974 && fromDisplay.getLogicalDisplayId() != toDisplay.getLogicalDisplayId(); in resetLayoutLocked()
1030 final int logicalDisplayId = displayLayout.getLogicalDisplayId(); in applyLayoutLocked()
/aosp14/frameworks/base/services/
H A Dart-profile3915 HSPLcom/android/server/display/layout/Layout$Display;->getLogicalDisplayId()I