Searched refs:zOrderPath (Results 1 – 1 of 1) sorted by relevance
159 val zOrderPath: Collection<Int> constant162 val zOrderPath = constant164 zOrderRelativeOf != null -> zOrderRelativeOf.zOrderPath.toMutableList()165 parent != null -> parent?.zOrderPath?.toMutableList() ?: mutableListOf()168 zOrderPath.add(z)169 return zOrderPath