Searched refs:allowBGLaunch (Results 1 – 5 of 5) sorted by relevance
23 import static com.android.launcher3.Utilities.allowBGLaunch;104 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in deliverResult()
19 import static com.android.launcher3.Utilities.allowBGLaunch;87 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in onClick()
19 import static com.android.launcher3.Utilities.allowBGLaunch;144 ActivityOptions options = allowBGLaunch(ActivityOptions.makeBasic()); in startConfigActivity()
22 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()
573 public static ActivityOptions allowBGLaunch(ActivityOptions options) { in allowBGLaunch() method in Utilities