Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_LAUNCH_ADJACENT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFilesActivity.java253 intent.addFlags(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT); in createNewWindow()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java37 import static android.content.Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT;
1504 } else if ((mLaunchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) != 0) { in getReusableIntentActivity()
1567 if ((mLaunchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) != 0) { in setTargetStackAndMoveToFrontIfNeeded()
2001 if ((launchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) == 0) { in getLaunchStack()
/frameworks/base/docs/html/guide/topics/ui/
Dmulti-window.jd397 {@link android.content.Intent#FLAG_ACTIVITY_LAUNCH_ADJACENT}. Passing
/frameworks/base/core/java/android/content/
DIntent.java4595 public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 0x00001000; field in Intent
/frameworks/base/api/
Dcurrent.txt8774 field public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096; // 0x1000
Dsystem-current.txt9125 field public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096; // 0x1000
Dtest-current.txt8786 field public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096; // 0x1000