Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DDisplayController.java339 String displayKey = internalDisplays.keyAt(i); in Info() local
340 if (TextUtils.equals(displayId, displayKey)) { in Info()
344 Set<WindowBounds> displayBounds = perDisplayBoundsCache.get(displayKey); in Info()
353 mPerDisplayBounds.put(displayKey, displayBounds); in Info()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DComposerResources.cpp300 for (const auto& displayKey : mDisplayResources) { in clear() local
301 Display display = displayKey.first; in clear()
302 const ComposerDisplayResource& displayResource = *displayKey.second; in clear()