Home
last modified time | relevance | path

Searched refs:Bar (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_action_bar.jd1 page.title=Action Bar Icons
27 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a></li>
41 <p>Action Bar icons are graphical elements placed in the <a
42 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> representing individual action
71 <p>Action Bar icons should be 32-bit PNGs with an alpha channel for transparency. The finished
76 finished Action Bar icon dimensions for each generalized screen density.</p>
101 Action Bar Icon Size
123 <p>Action Bar icons are flat, pictured face on, and generally greyscale, depending on the
124 application's theme. Action Bar icons should not look three-dimensional.</p>
126 <p>In order to maintain consistency across the application's Action Bar, all Action Bar icons should
[all …]
Dicon_design.jd31 <li><a href="icon_design_status_bar.html">Status Bar Icons</a></li>
88 <dt><strong><a href="icon_design_action_bar.html">Action Bar Icons</a>
90 <dd>Action Bar icons are graphical elements representing action items in the
91 <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>.</dd>
92 <dt><strong><a href="icon_design_status_bar.html">Status Bar Icons</a></strong></dt>
196 <td>Menu icons and Action Bar icons</td>
/frameworks/base/docs/html/training/system-ui/
Dnavigation.jd1 page.title=Hiding the Navigation Bar
13 <li><a href="#40">Hide the Navigation Bar</a></li>
14 <li><a href="#behind">Make Content Appear Behind the Navigation Bar</a></li>
23 <a href="{@docRoot}training/appbar/index.html">Adding the App Bar</a>
48 at the same time, as described in <a href="status.html">Hiding the Status Bar</a>.
59 <h2 id="40">Hide the Navigation Bar</h2>
99 <h2 id="behind">Make Content Appear Behind the Navigation Bar</h2>
111 Hiding the Status Bar</a> lesson.</p>
Dstatus.jd1 page.title=Hiding the Status Bar
13 <li><a href="#40">Hide the Status Bar on Android 4.0 and Lower</a></li>
14 <li><a href="#41">Hide the Status Bar on Android 4.1 and Higher</a></li>
15 <li><a href="#behind">Make Content Appear Behind the Status Bar</a></li>
23 <a href="{@docRoot}training/appbar/index.html">Adding the App Bar</a>
67 <h2 id="40">Hide the Status Bar on Android 4.0 and Lower</h2>
124 <h2 id="41">Hide the Status Bar on Android 4.1 and Higher</h2>
170 <h2 id="behind">Make Content Appear Behind the Status Bar</h2>
Dindex.jd27 <a href="{@docRoot}training/appbar/index.html">Adding the App Bar</a>
97 <strong><a href="status.html">Hiding the Status Bar</a></strong>
103 <strong><a href="navigation.html">Hiding the Navigation Bar</a></strong>
Dvisibility.jd22 <a href="{@docRoot}training/appbar/index.html">Adding the App Bar</a>
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp54 static const std::array<BarSegment,7> Bar {{ variable
203 for (size_t i = 0; i < Bar.size(); i++) { in drawGraph()
204 nextBarSegment(Bar[i].start, Bar[i].end); in drawGraph()
205 paint.setColor(Bar[i].color & BAR_FAST_MASK); in drawGraph()
207 paint.setColor(Bar[i].color & BAR_JANKY_MASK); in drawGraph()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DFindMethodBindingObject.java43 public static Bar<String> bar = new Bar<>();
75 public static class Bar<T> { class in FindMethodBindingObject
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd68 <p style="margin-top:1em;margin-bottom:.75em;"><strong>System Bar, for global status and notificati…
70 …tatus, and soft navigation buttons in a System Bar, available at the bottom of the screen. The Sys…
72 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Action Bar, for application control</strong>…
74Bar, displayed at the top of the screen. The Action Bar is always present when an application is i…
97 …s to handle various tasks, they can use the Recent Apps list in the System Bar to see the tasks un…
104 … menus of special characters and switch text/voice input modes from a button in the System Bar.</p>
113 …g arrows to new positions. Users can then select an action from the Action Bar, such as copy to th…
146 …s users select one or more messages, then select an action from the Action Bar, such as moving the…
194 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Persistent Action Bar</strong></p>
196Bar at the top of the screen, which the application can use to give the user quick access to conte…
[all …]
Dandroid-3.0.jd81 activity's Action Bar (discussed next)</li>
106 <h3>Action Bar</h3>
108 <p>The Action Bar is a replacement for the traditional title bar at the top of the activity window.
111 Action Bar allows you to:</p>
114 <li>Add menu items directly in the Action Bar&mdash;as "action items."
117 item appears directly in the Action Bar. Otherwise, the item is placed in the
118 overflow menu, revealed by the menu icon on the right side of the Action Bar.</p></li>
125 in the Action Bar.) If there's not enough room in the Action Bar and the item appears in the
140 <li>Customize the Action Bar with themes and backgrounds</li>
143 <p>The Action Bar is standard for all applications that use the new holographic theme, which is
[all …]
/frameworks/base/docs/html/training/appbar/
Dindex.jd1 page.title=Adding the App Bar
17 Material Design: App Bar</a></li>
67 <b><a href="setting-up.html">Setting Up the App Bar</a></b>
Dsetting-up.jd1 page.title=Setting Up the App Bar
15 <li><a href="#utility">Use App Bar Utility Methods</a></li>
160 <h2 id="utility">Use App Bar Utility Methods</h2>
/frameworks/base/docs/html/design/handhelds/
Dindex.jd76 <h4>Status Bar</h4>
81 <h4>Navigation Bar</h4>
130 <h4>Action Bar</h4>
133 <p><a href="{@docRoot}design/patterns/actionbar.html">More on the Action Bar</a></p>
/frameworks/base/tools/layoutlib/bridge/resources/bars/
DREADME1 The directory contains the resources for StatusBar and Navigation Bar.
/frameworks/base/docs/html/training/swipe/
Dadd-swipe-interface.jd13 <li><a href="#AddRefreshAction">Add a Refresh Action to the Action Bar</a>
26 Bar</a>
105 <h2 id="AddRefreshAction">Add a Refresh Action to the Action Bar</h2>
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd1 page.title=Action Bar
12 <p>App Bar<p>
19 <p>Adding the App Bar</p>
192 <a onClick="ga('send', 'event', 'Design', 'Download', 'Action Bar Icons (@actionbar page)');"
193 …href="{@docRoot}downloads/design/Android_Design_Icons_20131106.zip">Download the Action Bar Icon P…
275 <h2 id="checklist">Action Bar Checklist</h2>
Dfullscreen.jd142 in which the Action Bar and Status Bar fades away and becomes unavailable
143 after a few seconds of inactivity. The Navigation Bar is still available and
Dbuttons.jd142 in which the Action Bar and Status Bar fades away and becomes unavailable
143 after a few seconds of inactivity. The Navigation Bar is still available and
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd25 <h4>Customizing the Action Bar</h4>
26 <p>By using the Action Bar in your Honeycomb-targeted apps, you'll give your users a familiar
/frameworks/base/docs/html/training/backward-compatible-ui/
Dnew-implementation.jd25 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a></li>
26 <li><a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">Action Bar Tabs</a></li>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DVenueNameElement.java103 Bar, enumConstant
/frameworks/base/docs/html/training/search/
Dsetup.jd14 Bar</a></li>
26 <li><a href="{@docRoot}training/appbar/index.html">Adding the App Bar</a></li>
42 <h2 id="add-sv">Add the Search View to the App Bar</h2>
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd208 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> for the activity and removes the
209 Options Menu button in the system bar. The Action Bar
321 <p>Additionally, the holographic theme enables the Action Bar for each activity.</p>
324 <h3>Use the Action Bar</h3>
326 <p>The Action Bar is a widget for activities that replaces the traditional title bar at the top of
327 the screen. By default, the Action Bar includes the application logo on the left side, followed by
331 <p>You can enable items from the Options Menu to appear directly in the Action Bar as
334 navigation features to the Action Bar, such as tabs, and use the application icon to navigate to
338 Action Bar</a>.</p>
436 >Action Bar</a>: Samples that demonstrate various Action Bar features, such as tabs, logos, and
[all …]
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd48 in the Action Bar</a></li>
55 <li><a href="{@docRoot}design/downloads/index.html#action-bar-icon-pack">Action Bar
474 available from the <a href="{@docRoot}design/downloads/index.html#action-bar-icon-pack">Action Bar
659 android.widget.SearchView} widget as an "action view" in the Action Bar.</p>
670 search. If it's not an option for you to put the search widget in the Action Bar, you can instead
675 not fit in the Action Bar. See the following section about <a href="#UsingBoth">Using both
721 <p>For more information about action views in the Action Bar, see
758 <p>If you insert the search widget in the Action Bar as an <a
760 appear in the Action Bar "if there is room" (by setting {@code
763 application runs on a smaller screen, there might not be enough room in the Action Bar to display
[all …]
/frameworks/base/docs/html/training/material/
Dtheme.jd10 <li><a href="#StatusBar">Customize the Status Bar</a></li>
101 <h2 id="StatusBar">Customize the Status Bar</h2>

123