Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl135 oneway void startIntentsWithLegacyTransition(in PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() argument
143 oneway void startIntents(in PendingIntent pendingIntent1, int userId1, in startIntents() argument
DSplitScreenController.java748 private void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() argument
756 final String packageName1 = SplitScreenUtils.getPackageName(pendingIntent1); in startIntentsWithLegacyTransition()
759 if (mMultiInstanceHelpher.supportsMultiInstanceSplit(getComponent(pendingIntent1))) { in startIntentsWithLegacyTransition()
775 mStageCoordinator.startIntentsWithLegacyTransition(pendingIntent1, fillInIntent1, in startIntentsWithLegacyTransition()
780 private void startIntents(PendingIntent pendingIntent1, int userId1, in startIntents() argument
788 final String packageName1 = SplitScreenUtils.getPackageName(pendingIntent1); in startIntents()
796 if (mMultiInstanceHelpher.supportsMultiInstanceSplit(getComponent(pendingIntent1))) { in startIntents()
822 mStageCoordinator.startIntents(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntents()
1364 public void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, int userId1, in startIntentsWithLegacyTransition() argument
1372 controller.startIntentsWithLegacyTransition(pendingIntent1, userId1, in startIntentsWithLegacyTransition()
[all …]
DStageCoordinator.java853 void startIntents(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntents() argument
861 pendingIntent1.getIntent(), in startIntents()
871 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
878 pendingIntent1, in startIntents()
911 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
930 private boolean handlePippedSplitIntentsLaunch(PendingIntent pendingIntent1, in handlePippedSplitIntentsLaunch() argument
935 boolean firstIntentPipped = mMixedHandler.isIntentInPip(pendingIntent1); in handlePippedSplitIntentsLaunch()
946 PendingIntent intentToLaunch = secondIntentPipped ? pendingIntent1 : pendingIntent2; in handlePippedSplitIntentsLaunch()
996 void startIntentsWithLegacyTransition(PendingIntent pendingIntent1, Intent fillInIntent1, in startIntentsWithLegacyTransition() argument
1006 launchAsFullscreenWithRemoteAnimation(pendingIntent1, fillInIntent1, shortcutInfo1, in startIntentsWithLegacyTransition()
[all …]