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 D | ExitPipToAppTransition.kt | 38 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 D | ExitPipTransition.kt | 57 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 D | EnterPipTest.kt | 64 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 D | SetRequestedOrientationWhilePinnedTest.kt | 60 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 D | ExpandPipOnDoubleClickTest.kt | 61 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 D | MovePipShelfHeightTransition.kt | 47 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 D | PipTransition.kt | 48 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 D | EnterPipToOtherOrientationTest.kt | 87 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 D | PipRotationTest.kt | 136 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 D | PipLegacySplitScreenTest.kt | 75 pipApp.launchViaIntent(stringExtras = mapOf(EXTRA_ENTER_PIP to "true"), 99 coversAtMost(displayBounds, pipApp.component) 117 coversAtMost(displayBounds, pipApp.component)
|
H A D | ExitPipWithSwipeDownTest.kt | 62 val pipRegion = wmHelper.getWindowRegion(pipApp.component).bounds 68 wmHelper.waitForWindowSurfaceDisappeared(pipApp.component)
|
H A D | PipKeyboardTest.kt | 82 coversAtMost(displayBounds, pipApp.component) 93 isAboveWindow(FlickerComponentName.IME, pipApp.component)
|
H A D | ExitPipWithDismissButtonTest.kt | 59 pipApp.closePipWindow(wmHelper)
|
H A D | ExitPipViaExpandButtonClickTest.kt | 72 pipApp.expandPipWindowToApp(wmHelper)
|
H A D | ExitPipViaIntentTest.kt | 69 pipApp.launchViaIntent(wmHelper)
|