Home
last modified time | relevance | path

Searched refs:SPLIT_SCREEN_DIVIDER_COMPONENT (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DCommonAssertions.kt91 assertLayersStart { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in LegacyFlickerTest()
95 assertLayersEnd { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in LegacyFlickerTest()
99 assertLayersStart { this.isInvisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in splitScreenDividerIsInvisibleAtStart()
103 assertLayersEnd { this.isInvisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in splitScreenDividerIsInvisibleAtEnd()
107 layerBecomesVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in LegacyFlickerTest()
112 this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerBecomesInvisible()
114 .isInvisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerBecomesInvisible()
140 this.notContains(SPLIT_SCREEN_DIVIDER_COMPONENT.or(component), isOptional = true) in LegacyFlickerTest()
142 .isInvisible(SPLIT_SCREEN_DIVIDER_COMPONENT.or(component)) in LegacyFlickerTest()
155 this.notContains(SPLIT_SCREEN_DIVIDER_COMPONENT.or(component), isOptional = true) in splitAppLayerBoundsBecomesVisibleByDrag()
[all …]
DCommonConstants.kt27 val SPLIT_SCREEN_DIVIDER_COMPONENT = ComponentNameMatcher("", "StageCoordinatorSplitDivider#") constant
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/
DSwitchBetweenSplitPairs.kt28 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
63 this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerInvisibleAtMiddle()
65 .isInvisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerInvisibleAtMiddle()
67 .isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerInvisibleAtMiddle()
DDragDividerToResize.kt28 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
58 fun splitScreenDividerKeepVisible() = flicker.layerKeepVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerKeepVisible()
DSwitchAppByDoubleTapDivider.kt29 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
60 fun splitScreenDividerKeepVisible() = flicker.layerKeepVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerKeepVisible()
DCopyContentInSplit.kt30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
60 fun splitScreenDividerKeepVisible() = flicker.layerKeepVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) in splitScreenDividerKeepVisible()
DUnlockKeyguardToSplitScreen.kt33 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT in <lambda>()
80 flicker.assertLayersEnd { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in <lambda>()
DEnterSplitScreenByDragFromNotification.kt30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
73 flicker.assertLayersEnd { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in splitScreenDividerIsVisibleAtEnd()
DEnterSplitScreenByDragFromTaskbar.kt30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
74 flicker.assertLayersEnd { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in splitScreenDividerIsVisibleAtEnd()
DEnterSplitScreenByDragFromAllApps.kt30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
73 flicker.assertLayersEnd { this.isVisible(SPLIT_SCREEN_DIVIDER_COMPONENT) } in splitScreenDividerIsVisibleAtEnd()
/frameworks/base/tests/FlickerTests/ActivityEmbedding/src/com/android/server/wm/flicker/activityembedding/splitscreen/
DEnterSystemSplitTest.kt30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT
134 val systemDivider = visibleRegion(SPLIT_SCREEN_DIVIDER_COMPONENT) in secondaryAppWindowBecomesVisible()