Searched defs:windowId (Results 1 – 5 of 5) sorted by relevance
| /platform_testing/libraries/flicker/src/android/tools/common/flicker/config/appclose/ | ||
| D | Components.kt | 50 val windowId = closingWindowIds.first() in <lambda>() constant |
| /platform_testing/libraries/flicker/src/android/tools/common/flicker/config/applaunch/ | ||
| D | Components.kt | 50 val windowId = openingWindowIds.first() in <lambda>() constant |
| /platform_testing/libraries/flicker/src/android/tools/common/traces/component/ | ||
| D | ExactComponentIdMatcher.kt | 30 class ExactComponentIdMatcher(private val windowId: Int, private val layerId: Int) : constant in android.tools.common.traces.component.ExactComponentIdMatcher |
| D | FullComponentIdMatcher.kt | 30 class FullComponentIdMatcher(val windowId: Int, val layerId: Int) : IComponentMatcher { constant in android.tools.common.traces.component.FullComponentIdMatcher |
| /platform_testing/libraries/flicker/src/android/tools/common/traces/wm/ | ||
| D | TransitionChange.kt | 27 @JsName("windowId") val windowId: Int, constant in android.tools.common.traces.wm.TransitionChange |