Searched refs:FLAG_ACTIVITY_PREVIOUS_IS_TOP (Results 1 – 6 of 6) sorted by relevance
668 |Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in intentForPosition()
471 intent.addFlags(Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP); in makeIntent()
3504 public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 0x01000000; field in Intent
1365 ActivityRecord notTop = (launchFlags&Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP) != 0 ? r : null; in startActivityUncheckedLocked()
786 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_PREVIOUS_IS_TOP}.
6524 field public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 16777216; // 0x1000000