Searched refs:mLaunchMode (Results 1 – 2 of 2) sorted by relevance
93 private int mLaunchMode; field in NavOptions109 mLaunchMode = launchMode; in NavOptions()126 return (mLaunchMode & LAUNCH_SINGLE_TOP) != 0; in shouldLaunchSingleTop()140 return (mLaunchMode & LAUNCH_DOCUMENT) != 0; in shouldLaunchDocument()153 return (mLaunchMode & LAUNCH_CLEAR_TASK) != 0; in shouldClearTask()220 b.putInt(KEY_LAUNCH_MODE, mLaunchMode); in toBundle()242 int mLaunchMode; field in NavOptions.Builder268 mLaunchMode |= LAUNCH_SINGLE_TOP; in setLaunchSingleTop()270 mLaunchMode &= ~LAUNCH_SINGLE_TOP; in setLaunchSingleTop()293 mLaunchMode |= LAUNCH_DOCUMENT; in setLaunchDocument()[all …]
146 private int mLaunchMode; field in ActivityStarter435 mLaunchMode = starter.mLaunchMode; in set()1271 && mLaunchMode == LAUNCH_MULTIPLE; in startActivityUnchecked()1492 mLaunchMode = INVALID_LAUNCH_MODE; in reset()1546 mLaunchMode = r.launchMode; in setInitialState()1549 r, LAUNCH_SINGLE_INSTANCE == mLaunchMode, in setInitialState()1550 LAUNCH_SINGLE_TASK == mLaunchMode, mIntent.getFlags()); in setInitialState()1790 if (LAUNCH_SINGLE_INSTANCE == mLaunchMode) { in getReusableIntentActivity()1799 !(LAUNCH_SINGLE_TASK == mLaunchMode)); in getReusableIntentActivity()2007 || LAUNCH_SINGLE_TOP == mLaunchMode) in setTaskFromIntentActivity()[all …]