Lines Matching full:navigation
1111 navigation tabs appear in a ?stacked bar," which appears directly below the main action bar. You can
1131 <p>If you want to use the navigation tabs provided by the {@link android.app.ActionBar.Tab} APIs,
1136 disappears—all that?s left are the navigation tabs at the top and the action items at the
1375 devices, which resides at the bottom of the screen to provide system navigation controls (Home,
1377 Android 4.0, the system provides a new type of system UI called the <em>navigation bar</em>. You
1378 might consider the navigation bar a re-tuned version of the system bar designed for
1379 handsets—it provides navigation controls
1381 system bar's notification UI and setting controls. As such, a device that provides the navigation
1387 and navigation bar:</p>
1391 navigation bar. Navigation buttons dim and other elements in the system bar also hide. Enabling
1392 this is useful for creating more immersive games without distraction for the system navigation
1396 STATUS_BAR_VISIBLE} flag to request the system bar or navigation bar be visible.</li>
1399 the navigation bar hide completely. Be aware that this works only for the <em>navigation bar</em>
1400 used by some handsets (it does <strong>not</strong> hide the system bar on tablets). The navigation
1406 <p>You can set each of these flags for the system bar and navigation bar by calling {@link
1416 of the system bar or navigation bar changes.</p>
1489 mouse button based back and forward navigation.</p>