Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DStartActivityParams.java23 import static com.android.launcher3.Utilities.allowBGLaunch;
104 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in deliverResult()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRemoteActionShortcut.java19 import static com.android.launcher3.Utilities.allowBGLaunch;
87 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in onClick()
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DShortcutConfigActivityInfo.java19 import static com.android.launcher3.Utilities.allowBGLaunch;
144 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in startConfigActivity()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java22 import static com.android.launcher3.Utilities.allowBGLaunch;
466 allowBGLaunch(ActivityOptions.makeClipRevealAnimation(v, left, top, width, height)); in getActivityLaunchOptions()
478 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in makeDefaultActivityOptions()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java573 public static ActivityOptions allowBGLaunch(ActivityOptions options) { in allowBGLaunch() method in Utilities