Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DChronometer.java165 | Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT)); in isTheFinalCountDown()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java40 import static android.content.Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT;
2087 } else if ((mLaunchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) != 0) { in getReusableIntentActivity()
2166 if ((mLaunchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) != 0) { in setTargetStackAndMoveToFrontIfNeeded()
2699 if (((launchFlags & FLAG_ACTIVITY_LAUNCH_ADJACENT) == 0) in getLaunchStack()
/frameworks/base/core/java/android/content/
DIntent.java5887 FLAG_ACTIVITY_LAUNCH_ADJACENT,
5932 FLAG_ACTIVITY_LAUNCH_ADJACENT,
6318 public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 0x00001000; field in Intent
/frameworks/base/non-updatable-api/
Dcurrent.txt10472 field public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096; // 0x1000
/frameworks/base/api/
Dcurrent.txt10472 field public static final int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096; // 0x1000