/platform_testing/libraries/flicker/src/android/tools/flicker/subject/wm/ |
D | IWindowManagerSubject.kt | 21 import android.tools.traces.component.IComponentMatcher 39 fun visibleRegion(componentMatcher: IComponentMatcher? = null): RegionSubjectType 46 fun containsAboveAppWindow(componentMatcher: IComponentMatcher): WMSubjectType 53 fun containsBelowAppWindow(componentMatcher: IComponentMatcher): WMSubjectType 67 aboveWindowComponentMatcher: IComponentMatcher, 68 belowWindowComponentMatcher: IComponentMatcher 76 fun containsNonAppWindow(componentMatcher: IComponentMatcher): WMSubjectType 83 fun isAppWindowOnTop(componentMatcher: IComponentMatcher): WMSubjectType 90 fun isAppWindowNotOnTop(componentMatcher: IComponentMatcher): WMSubjectType 97 fun doNotOverlap(vararg componentMatcher: IComponentMatcher): WMSubjectType [all …]
|
D | WindowManagerTraceSubject.kt | 24 import android.tools.traces.component.IComponentMatcher in <lambda>() 94 fun windowStates(componentMatcher: IComponentMatcher): List<WindowStateSubject> = windowStates { in <lambda>() 114 override fun notContains(componentMatcher: IComponentMatcher): WindowManagerTraceSubject = in <lambda>() 119 componentMatcher: IComponentMatcher, in <lambda>() 129 componentMatcher: IComponentMatcher in <lambda>() 134 componentMatcher: IComponentMatcher, in <lambda>() 147 componentMatcher: IComponentMatcher in <lambda>() 152 componentMatcher: IComponentMatcher, in <lambda>() 165 componentMatcher: IComponentMatcher in <lambda>() 170 componentMatcher: IComponentMatcher, in <lambda>() [all …]
|
D | WindowManagerStateSubject.kt | 31 import android.tools.traces.component.IComponentMatcher in <lambda>() 103 override fun visibleRegion(componentMatcher: IComponentMatcher?): RegionSubject { in <lambda>() 130 componentMatcher: IComponentMatcher in <lambda>() 142 componentMatcher: IComponentMatcher in <lambda>() 154 aboveWindowComponentMatcher: IComponentMatcher, in <lambda>() 155 belowWindowComponentMatcher: IComponentMatcher in <lambda>() 198 componentMatcher: IComponentMatcher in <lambda>() 209 override fun isAppWindowOnTop(componentMatcher: IComponentMatcher): WindowManagerStateSubject = in <lambda>() 243 componentMatcher: IComponentMatcher in <lambda>() 264 vararg componentMatcher: IComponentMatcher in <lambda>() [all …]
|
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/layers/ |
D | ILayerSubject.kt | 19 import android.tools.traces.component.IComponentMatcher 41 componentMatcher: IComponentMatcher? = null, 50 fun contains(componentMatcher: IComponentMatcher): LayerSubjectType 57 fun notContains(componentMatcher: IComponentMatcher): LayerSubjectType 64 fun isVisible(componentMatcher: IComponentMatcher): LayerSubjectType 71 fun isInvisible(componentMatcher: IComponentMatcher): LayerSubjectType 86 fun hasColor(componentMatcher: IComponentMatcher): LayerSubjectType 93 fun hasNoColor(componentMatcher: IComponentMatcher): LayerSubjectType 100 fun hasRoundedCorners(componentMatcher: IComponentMatcher): LayerSubjectType
|
D | LayersTraceSubject.kt | 27 import android.tools.traces.component.IComponentMatcher in <lambda>() 107 ignoreLayers: List<IComponentMatcher> = VISIBLE_FOR_MORE_THAN_ONE_ENTRY_IGNORE_LAYERS in <lambda>() 120 override fun notContains(componentMatcher: IComponentMatcher): LayersTraceSubject = in <lambda>() 124 fun notContains(componentMatcher: IComponentMatcher, isOptional: Boolean): LayersTraceSubject = in <lambda>() 132 override fun contains(componentMatcher: IComponentMatcher): LayersTraceSubject = in <lambda>() 136 fun contains(componentMatcher: IComponentMatcher, isOptional: Boolean): LayersTraceSubject = in <lambda>() 144 override fun isVisible(componentMatcher: IComponentMatcher): LayersTraceSubject = in <lambda>() 148 fun isVisible(componentMatcher: IComponentMatcher, isOptional: Boolean): LayersTraceSubject = in <lambda>() 156 override fun isInvisible(componentMatcher: IComponentMatcher): LayersTraceSubject = in <lambda>() 160 fun isInvisible(componentMatcher: IComponentMatcher, isOptional: Boolean): LayersTraceSubject = in <lambda>() [all …]
|
D | LayerTraceEntrySubject.kt | 33 import android.tools.traces.component.IComponentMatcher in <lambda>() 93 fun visibleRegion(componentMatcher: IComponentMatcher): RegionSubject = in <lambda>() 98 componentMatcher: IComponentMatcher?, in <lambda>() 136 override fun contains(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 150 override fun notContains(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 168 override fun isVisible(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 192 override fun isInvisible(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 254 override fun hasColor(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 272 override fun hasNoColor(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = apply { in <lambda>() 293 override fun hasRoundedCorners(componentMatcher: IComponentMatcher): LayerTraceEntrySubject = in <lambda>() [all …]
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/appclose/ |
D | Components.kt | 23 import android.tools.traces.component.IComponentMatcher in <lambda>() 43 ): IComponentMatcher { in <lambda>() 54 return closingAppMatchers.reduce<IComponentMatcher, IComponentMatcher> { acc, matcher -> in <lambda>()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/applaunch/ |
D | Components.kt | 23 import android.tools.traces.component.IComponentMatcher in <lambda>() 43 ): IComponentMatcher { in <lambda>() 54 return openingAppMatchers.reduce<IComponentMatcher, IComponentMatcher> { acc, matcher -> in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
D | WindowManagerState.kt | 23 import android.tools.traces.component.IComponentMatcher in <lambda>() 244 componentMatcher: IComponentMatcher, in <lambda>() 260 fun containsActivity(componentMatcher: IComponentMatcher): Boolean = in <lambda>() 267 fun getActivity(componentMatcher: IComponentMatcher): Activity? = in <lambda>() 279 fun isActivityVisible(componentMatcher: IComponentMatcher): Boolean = in <lambda>() 287 fun hasActivityState(componentMatcher: IComponentMatcher, activityState: String): Boolean = in <lambda>() 294 fun pendingActivityContain(componentMatcher: IComponentMatcher): Boolean = in <lambda>() 302 componentMatcher: IComponentMatcher in <lambda>() 327 fun containsWindow(componentMatcher: IComponentMatcher): Boolean = in <lambda>() 335 fun isWindowSurfaceShown(componentMatcher: IComponentMatcher): Boolean = in <lambda>() [all …]
|
D | Activity.kt | 19 import android.tools.traces.component.IComponentMatcher 40 fun getWindows(componentMatcher: IComponentMatcher): Collection<WindowState> = getWindows { in <lambda>() 49 fun hasWindow(componentMatcher: IComponentMatcher): Boolean = in <lambda>()
|
D | DisplayArea.kt | 19 import android.tools.traces.component.IComponentMatcher 42 fun containsActivity(componentMatcher: IComponentMatcher): Boolean { in <lambda>()
|
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/ |
D | IStandardAppHelper.kt | 21 import android.tools.traces.component.IComponentMatcher 50 launchedAppComponentMatcherOverride: IComponentMatcher? = null, 67 launchedAppComponentMatcherOverride: IComponentMatcher? = null,
|
D | StandardAppHelper.kt | 27 import android.tools.traces.component.IComponentMatcher 151 launchedAppComponentMatcherOverride: IComponentMatcher?, in launchViaIntent() 164 launchedAppComponentMatcherOverride: IComponentMatcher?, in launchViaIntent() 174 launchedAppComponentMatcherOverride: IComponentMatcher? = null, in doWaitShown()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/ |
D | SplitAppLayerBoundsBecomesVisible.kt | 26 import android.tools.traces.component.IComponentMatcher 63 component: IComponentMatcher, in splitAppLayerBoundsSnapToDivider() 64 splitScreenDivider: IComponentMatcher, in splitAppLayerBoundsSnapToDivider() 79 component: IComponentMatcher, in LayerTraceEntrySubject() 80 splitScreenDivider: IComponentMatcher, in LayerTraceEntrySubject()
|
D | VisibleLayersShownMoreThanOneConsecutiveEntry.kt | 23 import android.tools.traces.component.IComponentMatcher 30 private val ignore: List<IComponentMatcher> = listOf()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/ |
D | ComponentTemplate.kt | 20 import android.tools.traces.component.IComponentMatcher 24 val build: (scenarioInstance: ScenarioInstance) -> IComponentMatcher
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/region/ |
D | RegionTrace.kt | 21 import android.tools.traces.component.IComponentMatcher 32 val components: IComponentMatcher?,
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/ |
D | IComponentMatcher.kt | 23 interface IComponentMatcher { interface 24 fun or(other: IComponentMatcher): IComponentMatcher { in or()
|
D | OrComponentMatcher.kt | 23 class OrComponentMatcher(private val componentMatchers: Collection<IComponentMatcher>) : in <lambda>() 24 IComponentMatcher { in <lambda>()
|
D | IComponentNameMatcher.kt | 21 interface IComponentNameMatcher : IComponentMatcher, IComponentName {
|
/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/ |
D | FlickerTest.kt | 25 import android.tools.traces.component.IComponentMatcher 57 componentMatcher: IComponentMatcher, 100 componentMatcher: IComponentMatcher,
|
D | BaseFlickerTest.kt | 25 import android.tools.traces.component.IComponentMatcher 62 componentMatcher: IComponentMatcher, in assertWmVisibleRegion() 101 componentMatcher: IComponentMatcher, in assertLayersVisibleRegion()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/ |
D | WindowManagerStateHelper.kt | 38 import android.tools.traces.component.IComponentMatcher in <lambda>() 88 fun getWindow(componentMatcher: IComponentMatcher): WindowState? { in getWindow() 98 fun getWindowRegion(componentMatcher: IComponentMatcher): Region = in getWindowRegion() 191 componentMatcher: IComponentMatcher, in getWindowRegion() 207 componentMatcher: IComponentMatcher, in getWindowRegion() 263 fun withActivityState(componentMatcher: IComponentMatcher, vararg activityStates: String) = in getWindowRegion() 293 componentMatcher: IComponentMatcher, in getWindowRegion() 322 componentMatcher: IComponentMatcher, in getWindowRegion() 339 componentMatcher: IComponentMatcher, in getWindowRegion() 352 fun withSurfaceVisibleRegion(componentMatcher: IComponentMatcher, expectedRegion: Region) = in getWindowRegion() [all …]
|
D | WaitForValidActivityState.kt | 21 import android.tools.traces.component.IComponentMatcher 24 @JvmField val activityMatcher: IComponentMatcher?, 31 activityName: IComponentMatcher 70 class Builder constructor(internal var activityName: IComponentMatcher? = null) {
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | ConditionsFactory.kt | 23 import android.tools.traces.component.IComponentMatcher in <lambda>() 46 fun getNavBarComponent(wmState: WindowManagerState): IComponentMatcher { in <lambda>() 47 var component: IComponentMatcher = ComponentNameMatcher.NAV_BAR in <lambda>() 189 fun containsActivity(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() 194 fun containsWindow(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() 199 fun isWindowSurfaceShown(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() 204 fun isActivityVisible(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() 229 componentMatcher: IComponentMatcher, in <lambda>() 240 fun isLayerVisible(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() 251 fun isLayerOpaque(componentMatcher: IComponentMatcher): Condition<DeviceStateDump> = in <lambda>() [all …]
|