Searched refs:ActivityLaunchModeContext (Results 1 – 1 of 1) sorted by relevance
126 private static final ActivityLaunchModeContext SPLIT_SCREEN_LAUNCH_MODE_CONTEXT =127 new ActivityLaunchModeContext() {146 private static final ActivityLaunchModeContext FREEFORM_LAUNCH_MODE_CONTEXT =147 new ActivityLaunchModeContext() {176 public ActivityLaunchModeContext mActivityLaunchModeContext;510 private abstract static class ActivityLaunchModeContext { class in CrossAppDragAndDropTests