Home
last modified time | relevance | path

Searched refs:LAUNCHER (Results 1 – 17 of 17) sorted by relevance

/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt112 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 …]
DWindowManagerTraceSubjectTest.kt54 .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/
DLauncherWindowMovesOutOfTop.kt19 import android.tools.flicker.config.common.Components.LAUNCHER
22 class LauncherWindowMovesOutOfTop : WindowMovesOutOfTop(LAUNCHER)
DLauncherWindowMovesToTop.kt19 import android.tools.flicker.config.common.Components.LAUNCHER
22 class LauncherWindowMovesToTop : WindowMovesToTop(LAUNCHER)
DAppLayerReplacesLauncher.kt38 isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DLauncherReplacesAppLayer.kt39 .isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DAppWindowReplacesLauncherAsTopWindow.kt33 isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DLauncherWindowReplacesAppAsTopWindow.kt34 .isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
/platform_testing/libraries/flicker/src/android/tools/flicker/config/common/
DComponents.kt25 val LAUNCHER = ComponentTemplate("Launcher") { ComponentNameMatcher.LAUNCHER } in <lambda>() constant
/platform_testing/libraries/flicker/src/android/tools/flicker/config/
DAssertionTemplates.kt54 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),
DTransitionFilters.kt45 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/
DTestComponents.kt49 val LAUNCHER = constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayersTraceSubjectTest.kt84 .isVisible(TestComponents.LAUNCHER) in <lambda>()
306 .isVisible(TestComponents.LAUNCHER) in <lambda>()
315 .isVisible(TestComponents.LAUNCHER) in <lambda>()
DLayerTraceEntrySubjectTest.kt71 .isVisible(TestComponents.LAUNCHER) in testCanInspectBeginning()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt33 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/
DComponentNameMatcher.kt137 val LAUNCHER = constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt171 it.layerState.isVisible(ComponentNameMatcher.LAUNCHER) || in <lambda>()