Home
last modified time | relevance | path

Searched refs:pipApp (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DExitPipToAppTransition.kt38 coversAtMost(displayBounds, pipApp.component)
50 coversAtMost(displayBounds, pipApp.component)
66 .isAppWindowOnTop(pipApp.component)
69 .isAppWindowVisible(pipApp.component)
82 .isVisible(pipApp.component)
85 .isVisible(pipApp.component)
97 val pipRegion = visibleRegion(pipApp.component).region
112 visibleRegion(pipApp.component).coversExactly(displayBounds)
122 val layerName = pipApp.component.toLayerName()
H A DExitPipTransition.kt57 it.isPinned(pipApp.component).isAppWindowVisible(pipApp.component)
59 it.isNotPinned(pipApp.component).isAppWindowInvisible(pipApp.component)
73 this.isVisible(pipApp.component)
76 .isInvisible(pipApp.component)
89 this.focusChanges(pipApp.launcherName, "NexusLauncherActivity")
H A DEnterPipTest.kt64 pipApp.clickEnterPipButton(wmHelper)
75 this.isAppWindowVisible(pipApp.component)
86 this.isVisible(pipApp.component)
98 coversAtMost(displayBounds, pipApp.component)
110 coversAtMost(displayBounds, pipApp.component)
120 val layerName = pipApp.component.toLayerName()
136 invoke("pipWindowIsNotPinned") { it.isNotPinned(pipApp.component) }
138 .invoke("pipWindowIsPinned") { it.isPinned(pipApp.component) }
H A DSetRequestedOrientationWhilePinnedTest.kt60 pipApp.launchViaIntent(wmHelper, stringExtras = mapOf(
67 pipApp.exit(wmHelper)
76 pipApp.launchViaIntent(wmHelper)
77 wmHelper.waitForFullScreenApp(pipApp.component)
111 frameRegion(pipApp.component).coversAtMost(startingBounds)
119 isAppWindowOnTop(pipApp.component)
127 visibleRegion(pipApp.component).coversAtMost(startingBounds)
134 this.isAppWindowVisible(pipApp.component)
141 visibleRegion(pipApp.component).coversExactly(endingBounds)
H A DExpandPipOnDoubleClickTest.kt61 pipApp.doubleClickPipWindow(wmHelper)
73 coversAtMost(displayBounds, pipApp.component)
85 coversAtMost(displayBounds, pipApp.component)
96 isAppWindowVisible(pipApp.component)
107 isVisible(pipApp.component)
117 val layerName = pipApp.component.toLayerName()
133 this.invoke("hasPipWindow") { it.isPinned(pipApp.component) }
H A DMovePipShelfHeightTransition.kt47 isAppWindowVisible(pipApp.component)
58 isVisible(pipApp.component)
70 coversAtMost(displayBounds, pipApp.component)
82 coversAtMost(displayBounds, pipApp.component)
93 val windowName = pipApp.component.toWindowName()
108 val layerName = pipApp.component.toLayerName()
H A DPipTransition.kt48 protected val pipApp = PipAppHelper(instrumentation) regex
107 pipApp.exit(wmHelper)
133 pipApp.launchViaIntent(wmHelper, stringExtras = stringExtras)
139 pipApp.launchViaIntent(wmHelper, stringExtras = stringExtras)
147 pipApp.exit(wmHelper)
152 pipApp.exit(wmHelper)
H A DEnterPipToOtherOrientationTest.kt87 pipApp.launchViaIntent(wmHelper, stringExtras = mapOf(
93 pipApp.exit(wmHelper)
140 isAppWindowOnTop(pipApp.component)
196 visibleRegion(pipApp.component).coversExactly(startingBounds)
208 val pipRegion = visibleRegion(pipApp.component).region
H A DPipRotationTest.kt136 visibleRegion(pipApp.component).coversAtMost(screenBoundsStart)
147 visibleRegion(pipApp.component).coversAtMost(screenBoundsEnd)
159 isAboveWindow(pipApp.component, fixedApp.component)
171 isAboveWindow(pipApp.component, fixedApp.component)
H A DPipLegacySplitScreenTest.kt75 pipApp.launchViaIntent(stringExtras = mapOf(EXTRA_ENTER_PIP to "true"),
99 coversAtMost(displayBounds, pipApp.component)
117 coversAtMost(displayBounds, pipApp.component)
H A DExitPipWithSwipeDownTest.kt62 val pipRegion = wmHelper.getWindowRegion(pipApp.component).bounds
68 wmHelper.waitForWindowSurfaceDisappeared(pipApp.component)
H A DPipKeyboardTest.kt82 coversAtMost(displayBounds, pipApp.component)
93 isAboveWindow(FlickerComponentName.IME, pipApp.component)
H A DExitPipWithDismissButtonTest.kt59 pipApp.closePipWindow(wmHelper)
H A DExitPipViaExpandButtonClickTest.kt72 pipApp.expandPipWindowToApp(wmHelper)
H A DExitPipViaIntentTest.kt69 pipApp.launchViaIntent(wmHelper)