Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/docs/html/design/patterns/
Dindex.jd23 … <a href="{@docRoot}design/patterns/new-4-0.html" class="landing-page-link">New in Android 4.0</a>
26 <a href="{@docRoot}design/patterns/new-4-0.html">
Dpure-android.jd77 <a href="{@docRoot}design/patterns/actionbar.html">Action Bars</a>.</p>
124 please review the <a href="{@docRoot}design/patterns/navigation.html">Navigation</a> pattern.</p>
164 well as <a href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> in this …
Dnew-4-0.jd10 <a href="{@docRoot}design/patterns/compatibility.html">Compatibility</a> pattern to learn how the O…
Dsettings.jd21 room in the <a href="{@docRoot}design/patterns/actionbar.html">action bar</a>, never make Settings
139 Try to combine them into one setting, using the design patterns described later in this section.
162 <h2 id="patterns">Design Patterns</h2>
686 <li><p>Use design patterns wherever applicable so users don't face a learning curve.</p></li>
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd16 <li><a href="#choose-patterns">Choose Patterns</a></li>
25 <p>Now that we have a solid understanding of navigation patterns and screen grouping techniques, it…
34 <p>Our next step is to choose and apply navigation patterns discussed in the previous lessons to th…
37 <h2 id="choose-patterns">Choose Patterns</h2>
43 …esenting the new screen maps for handsets and tablets after applying these navigation patterns.</p>
58 <p>At this point, it's a good idea to think of screen map variations, in case your chosen patterns
71patterns to use. In some cases, patterns may apply well to a given design problem in theory, but i…
Ddescendant-lateral.jd30 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li>
55patterns. <em>User interface patterns</em>, much like software design patterns, are generalized, c…
77 <p>More sophisticated user interfaces can make use of a variety of other user interaction patterns
127 href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design) are sometimes
146 href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern guides.</p>
Dmultiple-sizes.jd25 …<li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts…
35 … href="https://developers.google.com/tv/android/docs/gtv_android_patterns">design patterns</a>.</p>
42 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> pattern guide.</p>
91 …use the <em>Up</em> button in the Action Bar (<a href="{@docRoot}design/patterns/actionbar.html">p…
Dancestral-temporal.jd24 <li><a href="{@docRoot}design/patterns/navigation.html">Android Design: Navigation</a></li>
40 href="{@docRoot}design/patterns/navigation.html">Navigation</a> pattern guide.</p>
79 Action Bar (<a href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design).
Dindex.jd17 <p>You should also have basic familiarity with the Action Bar (<a href="{@docRoot}design/patterns/a…
Dscreen-planning.jd78 …youts for tablet devices. Later, we'll dive into the various navigation patterns common on Android…
/frameworks/base/test-runner/src/junit/runner/
DBaseTestRunner.java321 String[] patterns= new String[] { in filterLine() local
331 for (int i= 0; i < patterns.length; i++) { in filterLine()
332 if (line.indexOf(patterns[i]) > 0) in filterLine()
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd23 <li><a href="{@docRoot}design/patterns/app-structure.html">Android Design: App Structure</a></li>
24 …<li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts…
39 … Effective Navigation</a> and also covered in <a href="{@docRoot}design/patterns/app-structure.htm…
Dlateral.jd25 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li>
40patterns are tabs and horizontal paging (also known as swipe views). This pattern and others are d…
122 <p>Horizontal paging, or swipe views, allow users to <a href="{@docRoot}design/patterns/swipe-views…
217 …recommendations in Android 4.0 for tabs is to <a href="{@docRoot}design/patterns/swipe-views.html"…
Dtemporal.jd26 <li><a href="{@docRoot}design/patterns/navigation.html">Android Design: Navigation</a></li>
33 …em>Designing Effective Navigation</em> and in <a href="{@docRoot}design/patterns/navigation.html">…
Dancestral.jd26 <li><a href="{@docRoot}design/patterns/navigation.html">Android Design: Navigation</a></li>
88 …zed back stack. This approach is described in <a href="{@docRoot}design/patterns/navigation.html">…
Dindex.jd42 <p>This class demonstrates how to implement the key navigation design patterns detailed in the
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd12 Android styles, design patterns, building blocks for exceptional Android designs, and more.</p>
/frameworks/base/docs/html/design/get-started/
Dui-overview.jd92 notification opens the associated app. <a href="{@docRoot}design/patterns/notifications.html">More …
129 <p><a href="{@docRoot}design/patterns/actionbar.html">More on the Action Bar</a></p>
/frameworks/base/docs/html/distribute/googleplay/strategies/
Dapp-quality.jd75 …the <a href="http://www.youtube.com/watch?v=M1ZBjlCRfz0">user interface patterns</a> the Android U…
83 …x.html">Android Design</a> guidelines. Included are many examples of UI patterns, styles, and buil…
88 …tly used sections to the overflow menu in the <a href="{@docRoot}design/patterns/actionbar.html">A…
108 …ppwidgets/index.html">Home screen widgets</a>, <a href={@docRoot}design/patterns/notifications.htm…
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd71 For more information on these types of patterns, see the descriptions of
Dpath-permission-element.jd67 For more information on these types of patterns, see the descriptions of
Ddata-element.jd120 For more information on these three types of patterns, see the descriptions of
/frameworks/base/docs/html/training/backward-compatible-ui/
Dolder-implementation.jd60 …perience: on older devices, users may not be familiar with newer design patterns and UI components…
/frameworks/base/docs/html/training/displaying-bitmaps/
Ddisplay-bitmap.jd22 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li>
45 <p>The <a href="{@docRoot}design/patterns/swipe-views.html">swipe view pattern</a> is an excellent
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd40 <li><a href="{@docRoot}design/patterns/notifications.html">Android
74 href="{@docRoot}design/patterns/notifications.html">Notifications</a> guide.</p>
149 when new messages arrive. These represent the two recommended patterns for handling

12