/platform_testing/libraries/flicker/test/src/android/tools/common/flicker/subject/wm/ |
D | WindowManagerStateSubjectTest.kt | 114 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 …]
|
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/common/flicker/assertors/assertions/ |
D | LauncherWindowMovesOutOfTop.kt | 19 import android.tools.common.flicker.config.common.Components.LAUNCHER 22 class LauncherWindowMovesOutOfTop : WindowMovesOutOfTop(LAUNCHER)
|
D | LauncherWindowMovesToTop.kt | 19 import android.tools.common.flicker.config.common.Components.LAUNCHER 22 class LauncherWindowMovesToTop : WindowMovesToTop(LAUNCHER)
|
D | AppWindowReplacesLauncherAsTopWindow.kt | 33 isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | AppLayerReplacesLauncher.kt | 38 isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | LauncherReplacesAppLayer.kt | 39 .isVisible(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
D | LauncherWindowReplacesAppAsTopWindow.kt | 34 .isAppWindowOnTop(ComponentNameMatcher.LAUNCHER) in doEvaluate()
|
/platform_testing/libraries/flicker/src/android/tools/common/flicker/config/common/ |
D | Components.kt | 25 val LAUNCHER = ComponentTemplate("Launcher") { ComponentNameMatcher.LAUNCHER } in <lambda>() constant
|
/platform_testing/libraries/flicker/src/android/tools/common/flicker/config/ |
D | AssertionTemplates.kt | 54 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),
|
D | TransitionFilters.kt | 42 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/ |
D | TestComponents.kt | 49 val LAUNCHER = constant
|
/platform_testing/libraries/flicker/test/src/android/tools/common/flicker/subject/surfaceflinger/ |
D | LayersTraceSubjectTest.kt | 87 .isVisible(TestComponents.LAUNCHER) in <lambda>() 322 .isVisible(TestComponents.LAUNCHER) in <lambda>() 331 .isVisible(TestComponents.LAUNCHER) in <lambda>()
|
D | LayerTraceEntrySubjectTest.kt | 72 .isVisible(TestComponents.LAUNCHER) in testCanInspectBeginning()
|
/platform_testing/libraries/flicker/src/android/tools/device/flicker/ |
D | Utils.kt | 51 str.contains("com.google.android.apps.nexuslauncher") -> ComponentNameMatcher.LAUNCHER in <lambda>()
|
/platform_testing/libraries/flicker/src/android/tools/device/traces/parsers/ |
D | WindowManagerStateHelper.kt | 33 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/ |
D | ComponentNameMatcher.kt | 125 val LAUNCHER = constant
|
/platform_testing/libraries/flicker/src/android/tools/common/traces/ |
D | ConditionsFactory.kt | 151 it.layerState.isVisible(ComponentNameMatcher.LAUNCHER) || in <lambda>()
|