Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java61 import static android.server.wm.app.Components.PipActivity.UI_STATE_ENTERING_PIP_RESULT;
418 res.putBoolean(UI_STATE_ENTERING_PIP_RESULT, pipState.isTransitioningToPip()); in onPictureInPictureUiStateChanged()
DComponents.java603 public static final String UI_STATE_ENTERING_PIP_RESULT = "ui_state_entering_result"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java89 import static android.server.wm.app.Components.PipActivity.UI_STATE_ENTERING_PIP_RESULT;
1773 callbackReturn.complete(result.getBoolean(UI_STATE_ENTERING_PIP_RESULT))); in testEnteringPipUiStateChangeCallback()