Home
last modified time | relevance | path

Searched refs:getLastPipComponentName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java150 assertEquals(mComponent1, mPipBoundsState.getLastPipComponentName()); in startSwipePipToHome_updatesLastPipComponentName()
178 assertEquals(mComponent1, mPipBoundsState.getLastPipComponentName()); in onTaskAppeared_updatesLastPipComponentName()
234 assertEquals(mComponent2, mPipBoundsState.getLastPipComponentName()); in onTaskInfoChanged_inPip_updatesLastPipComponentName()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipControllerTest.java240 when(mMockPipBoundsState.getLastPipComponentName()).thenReturn(component1); in onActivityHidden_isLastPipComponentName_clearLastPipComponent()
251 when(mMockPipBoundsState.getLastPipComponentName()).thenReturn(component1); in onActivityHidden_isNotLastPipComponentName_lastPipComponentNotCleared()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java300 public ComponentName getLastPipComponentName() { in getLastPipComponentName() method in PipBoundsState
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java368 if (componentName.equals(mPipBoundsState.getLastPipComponentName())) { in onActivityHidden()