Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/wallpaperconnection/
DWallpaperConnectionUtils.kt43 private val surfaceControlMap = mutableMapOf<String, MutableList<SurfaceControl>>() in <lambda>() constant
135 if (surfaceControlMap.containsKey(engineKey)) { in <lambda>()
137 surfaceControlMap.remove(engineKey)?.let { surfaceControls -> in <lambda>()
320 val surfaceControls = surfaceControlMap[engineKey] in <lambda>()
323 surfaceControlMap[engineKey] = in <lambda>()
324 (surfaceControlMap[engineKey] ?: mutableListOf()).apply { in <lambda>()