Searched refs:FLAG_ACTIVITY_CLEAR_TOP (Results 1 – 17 of 17) sorted by relevance
92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP). in launchClearTask()
72 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in init()
215 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showConfigureInputMethods()254 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in createInputMethodItem()
329 <p style="margin-left: 2em">{@code FLAG_ACTIVITY_NEW_TASK} <br/>{@code FLAG_ACTIVITY_CLEAR_TOP} <br…450 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP FLAG_ACTIVITY_CLEAR_TOP}</code> フラグが含まれており、そのインテントを処…454 {@code FLAG_ACTIVITY_CLEAR_TOP} は、ほとんどの場合 {@code FLAG_ACTIVITY_NEW_TASK} と組み合わせて使用します。これらのフラグを組み合わせ…
325 (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_TOP) == 0) { in startActivity()
161 {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP162 Intent.FLAG_ACTIVITY_CLEAR_TOP} flag in conjunction with NEW_TASK. By doing so,
239 <li>{@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}</li>393 <dt>{@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP}</dt>401 <p>{@code FLAG_ACTIVITY_CLEAR_TOP} is most often used in conjunction with {@code
240 the {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag in the {@link257 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);305 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP} flag in the {@link android.content.Intent}, so that
225 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in makeIntent()
2036 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showInputMethodAndSubtypeEnabler()2047 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in showConfigureInputMethods()
2520 } else if ((launchFlags&Intent.FLAG_ACTIVITY_CLEAR_TOP) != 0 in startActivityUncheckedLocked()2670 (launchFlags&Intent.FLAG_ACTIVITY_CLEAR_TOP) != 0) { in startActivityUncheckedLocked()
2241 Intent.FLAG_ACTIVITY_CLEAR_TOP| in startNextMatchingActivity()
7622 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP in showQuickContact()
1160 android.content.Intent#FLAG_ACTIVITY_CLEAR_TOP1161 FLAG_ACTIVITY_CLEAR_TOP} in the intent you pass to startActivity()).
2699 public static final int FLAG_ACTIVITY_CLEAR_TOP = 0x04000000; field in Intent
5565 field public static final int FLAG_ACTIVITY_CLEAR_TOP = 67108864; // 0x4000000