Searched refs:optsBundle (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 400 Bundle optsBundle = options.toBundle(); in startActivitySafely() local 411 packageName, id, intent.getSourceBounds(), optsBundle, user); in startActivitySafely() 414 context.startActivity(intent, optsBundle); in startActivitySafely() 417 intent.getComponent(), user, intent.getSourceBounds(), optsBundle); in startActivitySafely() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 1569 final Bundle optsBundle = options.toBundle(); in startRecentsActivity() local 1571 mRecentTasks.startRecentsTransition(mRecentsPendingIntent, intent, optsBundle, in startRecentsActivity()
|