Lines Matching refs:up
2 page.tags=up navigation,NavUtils,TaskStackBuilder
14 <li><a href="#up">Add Up Action</a></li>
52 <img src="{@docRoot}images/training/implementing-navigation-up.png" id="figure-up">
108 <h2 id="up">Add Up Action</h2>
130 <p>To navigate up when the user presses the app icon, you can use the {@link
143 <singleTop>}</a>, or the <code>up</code> intent contains {@link
150 <standard>}</a>, and the <code>up</code> intent does not contain
178 <h3 id="BuildBackStack">Navigate up with a new back stack</h3>
186 with the appropriate back stack before navigating up.</p>
206 // when navigating up, with a synthesized back stack.
210 // Navigate up to the closest parent
214 // navigate up to the logical parent activity.