Searched defs:layerId (Results 1 – 7 of 7) sorted by relevance
21 val layerId: Int, constant in android.tools.traces.wm.TransitionInfo.Change
30 val layerId: Int constant
23 val layerId: Int, constant in android.tools.traces.wm.TransitionChange
33 override val layerId: Int, constant in android.tools.traces.wm.WindowContainerImpl
30 class ExactComponentIdMatcher(private val windowId: Int, private val layerId: Int) : constant in android.tools.traces.component.ExactComponentIdMatcher
30 class FullComponentIdMatcher(val windowId: Int, val layerId: Int) : IComponentMatcher { constant in android.tools.traces.component.FullComponentIdMatcher
106 .map { (layerId, layerRows) -> in <lambda>() method