Home
last modified time | relevance | path

Searched refs:pipLayerList (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DAutoEnterPipOnGoToHomeTest.kt79 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
80 pipLayerList.zipWithNext { previous, current ->
93 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
97 pipLayerList.zipWithNext { previous, current ->
H A DExpandPipOnDoubleClickTest.kt102 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
103 pipLayerList.zipWithNext { previous, current ->
113 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
114 pipLayerList.zipWithNext { previous, current ->
H A DExpandPipOnPinchOpenTest.kt47 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
48 pipLayerList.zipWithNext { previous, current ->
H A DPipPinchInTest.kt47 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
48 pipLayerList.zipWithNext { previous, current ->
H A DPipDragTest.kt69 val pipLayerList = layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
70 pipLayerList.zipWithNext { previous, current ->
H A DEnterPipTransition.kt84 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
85 pipLayerList.zipWithNext { previous, current ->
H A DExitPipToAppTransition.kt119 val pipLayerList = this.layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
120 pipLayerList.zipWithNext { previous, current ->
H A DPipDragThenSnapTest.kt87 val pipLayerList = layers { pipApp.layerMatchesAnyOf(it) && it.isVisible } regex
88 pipLayerList.zipWithNext { previous, current ->
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/pip/
H A DSecondaryActivityEnterPipTest.kt156 val pipLayerList = layers { regex
159 pipLayerList.zipWithNext { previous, current ->