/frameworks/base/awt/java/awt/ |
D | AWTPermission.java | 47 public AWTPermission(String name, String actions) { in AWTPermission() argument 48 super(name, actions); in AWTPermission()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | action-element.jd | 25 <dd>The name of the action. Some standard actions are defined in the 27 {@code ACTION_<i>string</i>} constants. To assign one of these actions to 34 For actions you define, it's best to use the package name as a prefix to
|
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/ |
D | IntentFilterTest.java | 33 Match(String[] actions, String[] categories, String[] mimeTypes, in Match() argument 35 if (actions != null) { in Match() 36 for (int i = 0; i < actions.length; i++) { in Match() 37 addAction(actions[i]); in Match() 67 Match(String[] actions, String[] categories, String[] mimeTypes, in Match() argument 70 this(actions, categories, mimeTypes, schemes, authorities, ports); in Match()
|
/frameworks/base/docs/html/guide/practices/design/ |
D | index.jd | 8 … by how well the application responds to the user's keypresses and other actions, how it well it i…
|
D | performance.jd | 469 run times for a few basic actions. Note that these values should NOT be taken
|
/frameworks/base/cmds/keystore/ |
D | keystore.c | 427 } actions[] = { variable 454 struct action *action = actions; in process()
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 169 pre-defined constants for generic actions. Other actions are defined 198 actions are paired with different kinds of data specifications. For example, if 233 placed in an Intent object. As it does for actions, the Intent class defines 276 component handling the intent. Just as some actions are paired with particular 401 to certain actions and data sources, someone could always put 439 element in the manifest file lists actions as 459 one of the actions listed in the filter. If the object or the filter 464 <li>If the filter fails to list any actions, there is nothing for an 486 Note that the constants described earlier for actions and categories are not 808 the {@code VIEW} and {@code EDIT} actions), or to pick a particular note [all …]
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 101 or perform complex actions. Android provides a default simple dialog for 144 can express interest in specific data types, Intent actions, URI formats, 208 actions, such as playing music or monitoring network activity. 237 actions in an Intent (such as opening a Web page in a browser). The URI
|
/frameworks/base/core/java/android/view/ |
D | ViewRoot.java | 3179 final ArrayList<HandlerAction> actions = mActions; 3181 while (actions.remove(handlerAction)) { 3189 final ArrayList<HandlerAction> actions = mActions; 3190 final int count = actions.size(); 3193 final HandlerAction handlerAction = actions.get(i); 3197 actions.clear();
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 139 …this event can have multiple actions that follow each other. So, if you return <em>false</em> when… 141 …not interested in subsequent actions from this event. Thus, you will not be called for any other a…
|
D | index.jd | 143 user's interaction with them, so you can perform actions. To be informed of UI events, you need to
|
/frameworks/base/docs/html/videos/ |
D | index.jd | 240 /* Add actions to the page onload event so that we load a video right away */ 333 // Initialization actions
|
/frameworks/base/docs/html/sdk/ |
D | android-1.5-highlights.jd | 125 <li>Batch actions such as archive, delete, and label on Gmail messages</li>
|
D | android-1.6-highlights.jd | 167 loading, and recognizing gestures and associating them with specific actions.</p>
|
D | terms.jd | 79 … applications for the Android platform, and for the consequences of your actions (including any lo… 173 …ors, officers, employees and agents from and against any and all claims, actions, suits or proceed…
|
D | android-2.0.jd | 243 <li>New ZoomCallback interface to perform actions when the zoom level has changed.</li>
|
/frameworks/base/docs/html/guide/publishing/ |
D | publishing.jd | 161 <p>The table below provides a list of URIs and actions currently
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | monkey.jd | 130 (These are navigation events that will typically cause actions within your UI, such as
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 57 A menu holds a set of commands (user actions) that are normally hidden, and 199 this Context menu are the complete set of actions that can be performed
|
D | activity_task_design.jd | 149 set of related user actions. In general, each activity has a 342 shows how the system responds to user actions such as starting 842 define your own actions. The action namespace is designed to not 844 different actions.
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 991 lang=EN-IE>User actions can be compared to trigger events which are 993 results, scoring or other game actions can take place. </li> 1002 events to accomplish these actions and to synchronize audio. The controllers
|
/frameworks/base/docs/html/guide/topics/ |
D | fundamentals.jd | 148 user actions directed at that space. Thus, views are where the activity's 532 the one that is the focus for user actions. When one activity starts another, 929 user actions and the lifecycle notifications discussed later in the 962 work. Since the user interface must always be quick to respond to user actions, 1138 activity that is the focus for the user's actions.</li>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 57 notification. Because an Activity can perform actions only while it is
|
/frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/ |
D | messages.properties | 306 awt.180=Source actions for the DragGestureRecognizer associated with the trigger event are equal to…
|
/frameworks/base/docs/html/guide/tutorials/ |
D | hello-world.jd | 173 single application entity that is used to perform actions. An application may have many separate
|