Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java737 final int firstPipModeChangedIndex = in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden() local
741 assertTrue("missing pip mode changed", firstPipModeChangedIndex != -1); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()
745 firstUserLeaveIndex < firstPipModeChangedIndex); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()
770 final int firstPipModeChangedIndex = in testAutoEnterPictureInPictureOnPictureInPictureRequested() local
773 assertTrue("missing pip mode changed", firstPipModeChangedIndex != -1); in testAutoEnterPictureInPictureOnPictureInPictureRequested()
775 firstPipRequestedIndex < firstPipModeChangedIndex); in testAutoEnterPictureInPictureOnPictureInPictureRequested()
777 firstUserLeaveIndex == -1 || firstUserLeaveIndex > firstPipModeChangedIndex); in testAutoEnterPictureInPictureOnPictureInPictureRequested()