Searched refs:_partiallyOccludedBy (Results 1 – 1 of 1) sorted by relevance
75 private val _partiallyOccludedBy = mutableListOf<Layer>() constant in com.android.server.wm.traces.common.layers.Layer82 get() = _partiallyOccludedBy.toTypedArray()294 _partiallyOccludedBy.addAll(layers) in addPartiallyOccludedBy()