Home
last modified time | relevance | path

Searched refs:Action (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_action_bar.jd1 page.title=Action Bar Icons
26 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a></li>
34 <p>Action Bar icons are graphical elements placed in the <a
35 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> representing individual action
64 <p>Action Bar icons should be 32-bit PNGs with an alpha channel for transparency. The finished
69 finished Action Bar icon dimensions for each generalized screen density.</p>
94 Action Bar Icon Size
116 <p>Action Bar icons are flat, pictured face on, and generally greyscale, depending on the
117 application's theme. Action Bar icons should not look three-dimensional.</p>
119 <p>In order to maintain consistency across the application's Action Bar, all Action Bar icons should
[all …]
Dicon_design.jd79 <dt><strong><a href="icon_design_action_bar.html">Action Bar Icons</a>
81 <dd>Action Bar icons are graphical elements representing action items in the
82 <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>.</dd>
187 <td>Menu icons and Action Bar icons</td>
Dicon_design_menu.jd61 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>. Please refer to the <a
62 href="icon_design_action_bar.html">Action Bar Icon Design Guidelines</a> for recommendations on
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd1 page.title=Action Bar
20 <li><a href="#Adding">Adding the Action Bar</a>
22 <li><a href="#Removing">Removing the Action Bar</a></li>
25 <li><a href="#ActionItems">Adding Action Items</a>
30 <li><a href="#ActionView">Adding an Action View</a></li>
33 <li><a href="#Style">Styling the Action Bar</a></li>
57 <p>The Action Bar is a widget for activities that replaces the traditional title bar at
58 the top of the screen. By default, the Action Bar includes the application logo on the left side,
60 Action Bar offers several useful features, including the ability to:</p>
64 href="{@docRoot}guide/topics/ui/menus.html#OptionsMenu">Options Menu</a> directly in the Action
[all …]
Dmenus.jd39 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a></li>
55 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>, as "action items."</dd>
124 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>. For more information about the XML
170 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> (on devices running Android 3.0
179 <p>On Android 3.0 and higher, items from the Options Menu is placed in the Action Bar, which appears
182 on the right side of the Action Bar. However, you can place select menu items directly in the
183 Action Bar as "action items," for instant access, as shown in figure 2.</p>
203 <p class="img-caption"><strong>Figure 2.</strong> Screenshot of the Action Bar in the Email
213 soon as the activity is created, in order to populate the Action Bar.</p>
219 Action Bar), the system calls your activity's
[all …]
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java496 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method) { in runActionNoReconnect()
500 private <R> R runAction(Action<R> action, R errorResult, String method) { in runAction()
504 private <R> R runAction(Action<R> action, R errorResult, String method, boolean reconnect) { in runAction()
581 runActionNoReconnect(new Action<Void>() { in shutdown()
740 return runAction(new Action<Integer>() { in speak()
774 return runAction(new Action<Integer>() {
805 return runAction(new Action<Integer>() {
823 return runAction(new Action<Boolean>() {
838 return runAction(new Action<Integer>() {
916 return runAction(new Action<Integer>() {
[all …]
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java62 private ArrayList<Action> mItems;
268 final Action action = mItems.get(i); in getCount()
291 public Action getItem(int position) { in getItem()
295 final Action action = mItems.get(i); in getItem()
321 Action action = getItem(position); in getView()
335 private interface Action { interface in GlobalActions
359 private static abstract class SinglePressAction implements Action {
396 private static abstract class ToggleAction implements Action {
/frameworks/base/core/java/android/widget/
DRemoteViews.java82 private ArrayList<Action> mActions;
127 private abstract static class Action implements Parcelable { class in RemoteViews
163 private class SetEmptyView extends Action {
199 private class SetOnClickFillInIntent extends Action {
280 private class SetPendingIntentTemplate extends Action {
363 private class SetRemoteViewsAdapterIntent extends Action {
422 private class SetOnClickPendingIntent extends Action {
495 private class SetDrawableParameters extends Action {
573 private class ReflectionActionWithoutParams extends Action {
631 private class ReflectionAction extends Action {
[all …]
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp236 case Action::DEFAULT: in onCheckRightsStatus()
237 case Action::PLAY: in onCheckRightsStatus()
238 case Action::RINGTONE: in onCheckRightsStatus()
239 case Action::OUTPUT: in onCheckRightsStatus()
240 case Action::PREVIEW: in onCheckRightsStatus()
241 case Action::EXECUTE: in onCheckRightsStatus()
242 case Action::DISPLAY: in onCheckRightsStatus()
246 case Action::TRANSFER: in onCheckRightsStatus()
/frameworks/base/include/drm/
Ddrm_framework_common.h151 class Action {
153 Action();
/frameworks/base/services/java/com/android/server/am/
DEventLogTags.logtags21 30003 am_new_intent (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(…
25 30005 am_create_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI…
63 30024 am_broadcast_discard_filter (Broadcast|1|5),(Action|3),(Receiver Number|1|1),(BroadcastFilter…
64 30025 am_broadcast_discard_app (Broadcast|1|5),(Action|3),(Receiver Number|1|1),(App|3)
/frameworks/base/drm/java/android/drm/
DDrmStore.java131 public static class Action { class in DrmStore
DDrmManagerClient.java322 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) { in getConstraints()
577 return checkRightsStatus(path, DrmStore.Action.DEFAULT); in checkRightsStatus()
604 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) { in checkRightsStatus()
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd120 <dd><em>Keyword</em>. When and how this item should appear as an action item in the Action
125 <tr><td><code>ifRoom</code></td><td>Only place this item in the Action Bar if
130 <tr><td><code>never</code></td><td>Never place this item in the Action Bar.</td></tr>
131 <tr><td><code>always</code></td><td>Always place this item in the Action Bar.
139 <p>See the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer
146 <p>See the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer
154 <p>See the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer
166 <p>See the <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer
/frameworks/base/docs/html/sdk/
Dandroid-3.0-highlights.jd71 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Action Bar, for application control</strong>…
73Action Bar, displayed at the top of the screen. The Action Bar is always present when an applicati…
108 …unding arrows to new positions. Users can then select an action from the Action Bar, such as copy …
138 …p lets users select one or more messages, then select an action from the Action Bar, such as movin…
182 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Persistent Action Bar</strong></p>
184Action Bar at the top of the screen, which the application can use to give the user quick access t…
245 …orm emulates the Menu key, which is replaced by the overflow menu in the Action Bar in the new UI.…
Dandroid-3.0.jd150 activity's Action Bar (discussed next)</li>
175 <h3>Action Bar</h3>
177 <p>The Action Bar is a replacement for the traditional title bar at the top of the activity window.
180 Action Bar allows you to:</p>
183 <li>Add menu items directly in the Action Bar&mdash;as "action items."
186 item appears directly in the Action Bar. Otherwise, the item is placed in the
187 overflow menu, revealed by the menu icon on the right side of the Action Bar.</p></li>
194 in the Action Bar.) If there's not enough room in the Action Bar and the item appears in the
209 <li>Customize the Action Bar with themes and backgrounds</li>
212 <p>The Action Bar is standard for all applications that use the new holographic theme, which is
[all …]
Dcompatibility-library.jd321 Menu</a>, you can declare which items should be added to the Action Bar when it's available (on
341 <p>This way, your application automatically receives the Holographic theme and the Action Bar for
/frameworks/base/data/keyboards/
DVendor_046d_Product_c216.kl16 # Logitech Dual Action Controller
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd13 <li>You can put the search widget in the Action Bar, as an "action view," for quick
57 in the Action Bar</a></li>
151 <a href="{@docRoot}guide/topics/ui/actionbar.html#ActionView">action view in the Action Bar</a>.</p>
402 Action Bar. However, it might not be an option for you to put the search
403 widget in the Action Bar for some reason (perhaps there's not enough space or you don't use the
404 Action Bar). So, you might instead want to put the search widget somewhere in your activity layout.
689 android.widget.SearchView} widget as an "action view" in the Action Bar.</p>
695 href="{@docRoot}guide/topics/ui/actionbar.html#ActionView">action view in the Action Bar</a>,
697 layout). For example, figure 2 shows the search widget in the Action Bar.</p>
705 not fit in the Action Bar. See the following section about <a href="#UsingBoth">Using both
[all …]
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd7 <p> Android ships with Activities that handle the following Intent URI/Action pairs. </p>
11 <th scope="col">Action<br />
Dg-app-intents.jd19 <th scope="col">Intent Action</th>
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd210 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> for the activity and removes the
211 Options Menu button in the system bar. The Action Bar
323 <p>Additionally, the holographic theme enables the Action Bar for each activity.</p>
326 <h3>Use the Action Bar</h3>
328 <p>The Action Bar is a widget for activities that replaces the traditional title bar at the top of
329 the screen. By default, the Action Bar includes the application logo on the left side, followed by
333 <p>You can enable items from the Options Menu to appear directly in the Action Bar as
336 navigation features to the Action Bar, such as tabs, and use the application icon to navigate to
340 Action Bar</a>.</p>
438 >Action Bar</a>: Samples that demonstrate various Action Bar features, such as tabs, logos, and
[all …]
Dtablets-and-handsets.jd12 <li><a href="#ActionBar">Using the Action Bar</a>
30 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a></li>
107 href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guide.</p>
157 href="{@docRoot}resources/samples/ActionBarCompat/index.html">Action Bar Compatibility</a>, to
360 <h2 id="ActionBar">Using the Action Bar</h2>
362 <p>The <a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> is an important UI
458 <p>As discussed in the <a href="{@docRoot}guide/topics/ui/actionbar.html#Home">Action Bar</a>
473 href="{@docRoot}guide/topics/ui/actionbar.html#Home">Action Bar</a> developer guide.</p>
/frameworks/base/docs/html/guide/developing/tools/
Dandroid.jd45 <th width="15%">Action</th>
161 <th width="15%">Action</th>
/frameworks/base/docs/html/guide/
Dguide_toc.cs744 <span class="en">Action Bar Icons <span class="new">new!</span></span>

12