/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/ |
D | WindowManagerStateSubjectTest.kt | 112 entry.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(displayBounds) in canDetectWindowCoversAtLeastRegion_exactSize() 121 entry.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(Region(0, 0, 100, 100)) in canDetectWindowCoversAtLeastRegion_smallerRegion() 136 subject.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(Region(0, 0, 1440, 2961)) in canDetectWindowCoversAtLeastRegion_largerRegion() 147 entry.visibleRegion(TestComponents.LAUNCHER).coversExactly(displayBounds) in canDetectWindowCoversExactlyRegion_exactSize() 162 subject.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region(0, 0, 100, 100)) in canDetectWindowCoversExactlyRegion_smallerRegion() 178 subject.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(Region(0, 0, 1440, 2961)) in canDetectWindowCoversExactlyRegion_largerRegion() 188 entry.visibleRegion(TestComponents.LAUNCHER).coversAtMost(displayBounds) in canDetectWindowCoversAtMostRegion_extactSize() 203 subject.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region(0, 0, 100, 100)) in canDetectWindowCoversAtMostRegion_smallerRegion() 214 entry.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region(0, 0, 1440, 2961)) in canDetectWindowCoversAtMostRegion_largerRegion() 228 .containsAppWindow(TestComponents.LAUNCHER) in canDetectAppWindowVisibility() [all …]
|
D | WindowManagerTraceSubjectTest.kt | 54 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 59 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 64 .isAppWindowInvisible(TestComponents.LAUNCHER) in <lambda>() 68 .isAppWindowInvisible(TestComponents.LAUNCHER) in <lambda>() 76 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 93 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 103 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 118 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>() 126 .isAppWindowOnTop(TestComponents.LAUNCHER) in <lambda>()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/ |
D | LauncherWindowMovesOutOfTop.kt | 19 import android.tools.flicker.config.common.Components.LAUNCHER 22 class LauncherWindowMovesOutOfTop : WindowMovesOutOfTop(LAUNCHER)
|
D | LauncherWindowMovesToTop.kt | 19 import android.tools.flicker.config.common.Components.LAUNCHER 22 class LauncherWindowMovesToTop : WindowMovesToTop(LAUNCHER)
|
D | AppLayerReplacesLauncher.kt | 38 isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | LauncherReplacesAppLayer.kt | 39 .isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | AppWindowReplacesLauncherAsTopWindow.kt | 33 isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | LauncherWindowReplacesAppAsTopWindow.kt | 34 .isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/common/ |
D | Components.kt | 25 val LAUNCHER = ComponentTemplate("Launcher") { ComponentNameMatcher.LAUNCHER } in <lambda>() constant
|
/platform_testing/libraries/flicker/src/android/tools/flicker/config/ |
D | AssertionTemplates.kt | 54 import android.tools.flicker.config.common.Components.LAUNCHER 120 AppLayerIsVisibleAtStart(LAUNCHER), 121 AppLayerIsInvisibleAtEnd(LAUNCHER), 133 AppLayerIsInvisibleAtStart(LAUNCHER), 134 AppLayerIsVisibleAtEnd(LAUNCHER), 135 AppWindowIsInvisibleAtStart(LAUNCHER), 136 AppWindowIsVisibleAtEnd(LAUNCHER), 137 AppWindowBecomesTopWindow(LAUNCHER), 167 LayerBecomesVisible(LAUNCHER),
|
D | TransitionFilters.kt | 45 val launcherLayers = layers.filter { ComponentNameMatcher.LAUNCHER.layerMatchesAnyOf(it) } in <lambda>() 189 ComponentNameMatcher.LAUNCHER.or(ComponentNameMatcher.AOSP_LAUNCHER) in <lambda>()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/ |
D | TestComponents.kt | 49 val LAUNCHER = constant
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/ |
D | LayersTraceSubjectTest.kt | 84 .isVisible(TestComponents.LAUNCHER) in <lambda>() 306 .isVisible(TestComponents.LAUNCHER) in <lambda>() 315 .isVisible(TestComponents.LAUNCHER) in <lambda>()
|
D | LayerTraceEntrySubjectTest.kt | 71 .isVisible(TestComponents.LAUNCHER) in testCanInspectBeginning()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/ |
D | WindowManagerStateHelper.kt | 33 import android.tools.traces.component.ComponentNameMatcher.Companion.LAUNCHER in <lambda>() 245 .add(ConditionsFactory.isLayerVisible(LAUNCHER)) in getWindowRegion()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/ |
D | ComponentNameMatcher.kt | 137 val LAUNCHER = constant
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | ConditionsFactory.kt | 171 it.layerState.isVisible(ComponentNameMatcher.LAUNCHER) || in <lambda>()
|