Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayer.kt159 val zOrderPath: Collection<Int> constant
162 val zOrderPath = constant
164 zOrderRelativeOf != null -> zOrderRelativeOf.zOrderPath.toMutableList()
165 parent != null -> parent?.zOrderPath?.toMutableList() ?: mutableListOf()
168 zOrderPath.add(z)
169 return zOrderPath