Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowSettingsProviderTests.java143 final DisplayAddress.Physical displayAddress = in testReadingDisplaySettingsFromStorage_UsePortAsId() local
145 mPrimaryDisplay.getDisplayInfo().address = displayAddress; in testReadingDisplaySettingsFromStorage_UsePortAsId()
241 final DisplayAddress.Physical displayAddress = in testWritingDisplaySettingsToStorage_UsePortAsId() local
243 secondaryDisplayInfo.address = displayAddress; in testWritingDisplaySettingsToStorage_UsePortAsId()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java251 DisplayAddress displayAddress, @NonNull DeviceStateController deviceStateController, in DisplayRotation() argument
253 this(service, displayContent, displayAddress, displayContent.getDisplayPolicy(), in DisplayRotation()
260 DisplayAddress displayAddress, DisplayPolicy displayPolicy, in DisplayRotation() argument
283 int defaultRotation = readDefaultDisplayRotation(displayAddress); in DisplayRotation()
337 private int readDefaultDisplayRotation(DisplayAddress displayAddress) { in readDefaultDisplayRotation() argument
338 if (!(displayAddress instanceof DisplayAddress.Physical)) { in readDefaultDisplayRotation()
341 final DisplayAddress.Physical physicalAddress = (DisplayAddress.Physical) displayAddress; in readDefaultDisplayRotation()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRouter.java2187 final DisplayAddress displayAddress = display.getAddress(); in displayAddressEquals() local
2190 if (!(displayAddress instanceof DisplayAddress.Network)) { in displayAddressEquals()
2193 final DisplayAddress.Network networkAddress = (DisplayAddress.Network) displayAddress; in displayAddressEquals()