Searched defs:layerId (Results 1 – 8 of 8) sorted by relevance
51 val layerId = closingLayerIds.first() in <lambda>() constant
51 val layerId = openingLayerIds.first() in <lambda>() constant
21 val layerId: Int, constant in android.tools.common.traces.wm.TransitionInfo.Change
31 @JsName("layerId") val layerId: Int constant
26 @JsName("layerId") val layerId: Int, constant in android.tools.common.traces.wm.TransitionChange
36 override val layerId: Int, constant in android.tools.common.traces.wm.WindowContainer
30 class ExactComponentIdMatcher(private val windowId: Int, private val layerId: Int) : constant in android.tools.common.traces.component.ExactComponentIdMatcher
30 class FullComponentIdMatcher(val windowId: Int, val layerId: Int) : IComponentMatcher { constant in android.tools.common.traces.component.FullComponentIdMatcher