Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/common/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt114 entry.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(displayBounds) in canDetectWindowCoversAtLeastRegion_exactSize()
125 entry.visibleRegion(TestComponents.LAUNCHER).coversAtLeast(Region.from(0, 0, 100, 100)) in canDetectWindowCoversAtLeastRegion_smallerRegion()
141 .visibleRegion(TestComponents.LAUNCHER) in canDetectWindowCoversAtLeastRegion_largerRegion()
153 entry.visibleRegion(TestComponents.LAUNCHER).coversExactly(displayBounds) in canDetectWindowCoversExactlyRegion_exactSize()
168 subject.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region.from(0, 0, 100, 100)) in canDetectWindowCoversExactlyRegion_smallerRegion()
185 .visibleRegion(TestComponents.LAUNCHER) in canDetectWindowCoversExactlyRegion_largerRegion()
196 entry.visibleRegion(TestComponents.LAUNCHER).coversAtMost(displayBounds) in canDetectWindowCoversAtMostRegion_extactSize()
211 subject.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region.from(0, 0, 100, 100)) in canDetectWindowCoversAtMostRegion_smallerRegion()
224 entry.visibleRegion(TestComponents.LAUNCHER).coversAtMost(Region.from(0, 0, 1440, 2961)) in canDetectWindowCoversAtMostRegion_largerRegion()
238 .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/common/flicker/assertors/assertions/
DLauncherWindowMovesOutOfTop.kt19 import android.tools.common.flicker.config.common.Components.LAUNCHER
22 class LauncherWindowMovesOutOfTop : WindowMovesOutOfTop(LAUNCHER)
DLauncherWindowMovesToTop.kt19 import android.tools.common.flicker.config.common.Components.LAUNCHER
22 class LauncherWindowMovesToTop : WindowMovesToTop(LAUNCHER)
DAppWindowReplacesLauncherAsTopWindow.kt33 isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DAppLayerReplacesLauncher.kt38 isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DLauncherReplacesAppLayer.kt39 .isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
DLauncherWindowReplacesAppAsTopWindow.kt34 .isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
/platform_testing/libraries/flicker/src/android/tools/common/flicker/config/common/
DComponents.kt25 val LAUNCHER = ComponentTemplate("Launcher") { ComponentNameMatcher.LAUNCHER } in <lambda>() constant
/platform_testing/libraries/flicker/src/android/tools/common/flicker/config/
DAssertionTemplates.kt54 import android.tools.common.flicker.config.common.Components.LAUNCHER
114 AppLayerIsVisibleAtStart(LAUNCHER),
115 AppLayerIsInvisibleAtEnd(LAUNCHER),
127 AppLayerIsInvisibleAtStart(LAUNCHER),
128 AppLayerIsVisibleAtEnd(LAUNCHER),
129 AppWindowIsInvisibleAtStart(LAUNCHER),
130 AppWindowIsVisibleAtEnd(LAUNCHER),
131 AppWindowBecomesTopWindow(LAUNCHER),
161 LayerBecomesVisible(LAUNCHER),
DTransitionFilters.kt42 val launcherLayers = layers.filter { ComponentNameMatcher.LAUNCHER.layerMatchesAnyOf(it) } in <lambda>()
155 ComponentNameMatcher.LAUNCHER.or(ComponentNameMatcher.AOSP_LAUNCHER) in <lambda>()
/platform_testing/libraries/flicker/test/src/android/tools/
DTestComponents.kt49 val LAUNCHER = constant
/platform_testing/libraries/flicker/test/src/android/tools/common/flicker/subject/surfaceflinger/
DLayersTraceSubjectTest.kt87 .isVisible(TestComponents.LAUNCHER) in <lambda>()
322 .isVisible(TestComponents.LAUNCHER) in <lambda>()
331 .isVisible(TestComponents.LAUNCHER) in <lambda>()
DLayerTraceEntrySubjectTest.kt72 .isVisible(TestComponents.LAUNCHER) in testCanInspectBeginning()
/platform_testing/libraries/flicker/src/android/tools/device/flicker/
DUtils.kt51 str.contains("com.google.android.apps.nexuslauncher") -> ComponentNameMatcher.LAUNCHER in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/device/traces/parsers/
DWindowManagerStateHelper.kt33 import android.tools.common.traces.component.ComponentNameMatcher.Companion.LAUNCHER in <lambda>()
216 .add(ConditionsFactory.isLayerVisible(LAUNCHER)) in getWindowRegion()
/platform_testing/libraries/flicker/src/android/tools/common/traces/component/
DComponentNameMatcher.kt125 val LAUNCHER = constant
/platform_testing/libraries/flicker/src/android/tools/common/traces/
DConditionsFactory.kt151 it.layerState.isVisible(ComponentNameMatcher.LAUNCHER) || in <lambda>()