/packages/apps/Calculator/res/layout-port/ |
main.xml | 61 android:background="@drawable/button"
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridDrawables.java | 101 // and location button
|
/packages/apps/Phone/src/com/android/phone/ |
CallLogAsync.java | 194 // hierarchy (e.g enable/disable the dial button). The
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AndroidPreferencePage.java | 117 * @return True if the apply/ok button should be enabled in the pref panel
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 99 * the Finish button, or refuse if finishing now is not permitted: here, it
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTask.java | 118 * Returns true if the "Cancel" button was selected.
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.java | 35 import android.widget.Button; 136 Button download = (Button)findViewById(R.id.download);
|
/external/quake/quake/src/QW/client/ |
keys.c | 742 // a button command (leading + sign). These will occur even in console mode,
744 // switch. Button commands include the kenum as a parameter, so multiple
787 { // button commands add keynum as a parm
|
/external/quake/quake/src/WinQuake/ |
keys.cpp | 659 // a button command (leading + sign). These will occur even in console mode, 661 // switch. Button commands include the kenum as a parameter, so multiple 704 { // button commands add keynum as a parm
|
/external/webkit/WebCore/rendering/ |
RenderFrameSet.cpp | 789 if (evt->type() == eventNames().mousedownEvent && evt->button() == LeftButton) { 799 if (evt->type() == eventNames().mousemoveEvent || (evt->type() == eventNames().mouseupEvent && evt->button() == LeftButton)) { 803 if (evt->type() == eventNames().mouseupEvent && evt->button() == LeftButton) {
|
/frameworks/base/awt/java/awt/ |
AWTEvent.java | 513 * if (source instanceof Button) { arg = ((Button) 602 // in Event modifiers mean button number for mouse events:
|
/frameworks/base/docs/html/guide/topics/resources/ |
accessing-resources.jd | 193 <p>For example, if you add a {@link android.widget.Button} to your layout, you should use 194 a <a href="string-resource.html">string resource</a> for the button text:</p> 197 <Button
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchActivity.java | 70 // a microphone button since one already exists in the search dialog. 809 * Listens for clicks on the search button. 835 * Listens for clicks on the voice search button.
|
/external/qemu/ |
CHANGES.TXT | 89 - The key-bindings for the Menu button (F2 and PageUp by default) didn't work 115 button. 130 KEY_POWER => Power button 131 KEY_CAMERA => Camera button 153 - Skins can now provide a button for the "SEARCH" scan-code, simply using [all...] |
/external/webkit/WebCore/page/ |
EventHandler.cpp | 279 if (event.event().button() != LeftButton) 297 if (event.event().button() != LeftButton) 453 if (event.event().button() != LeftButton || !targetNode || !targetNode->renderer()) 494 if (event.button() != LeftButton || event.clickCount() != 1) 629 && event.event().button() != RightButton) { [all...] |
/packages/apps/Contacts/res/values/ |
strings.xml | 262 <!-- The button/menu item that allows you to change an existing contact picture --> [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsListActivity.java | 114 import android.widget.Button; 214 /** Mask for showing a call button in the list */ 694 // See if the suggestion was clicked with a search action key (call button) 763 // See if the suggestion was clicked with a search action key (call button) [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | 379 * The account types available to add via the add account button may be restricted by adding an [all...] |
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PhoneWindowManager.java | 261 // Behavior of ENDCALL Button. (See Settings.System.END_BUTTON_BEHAVIOR.) 264 // Behavior of POWER button while in-call and screen on. [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 109 import android.widget.Button; 226 private View mBottomPanel; // View containing the text editor, send button, ec. 229 private Button mSendButton; // Press to detonate 589 // If we have gone to zero recipients, disable send button. [all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | 121 <!-- Text color, typeface, size, and style for the text inside of a button. --> 141 <!-- Button styles --> 145 <!-- Normal Button style. --> 148 <!-- Small Button style. --> 151 <!-- Button style to inset into an EditText. --> [all...] |
/development/simulator/app/ |
LogWindow.cpp | 262 * In some cases, this means the user has clicked on our "close" button. 265 * button instead. 444 * Handle the pause/resume button. [all...] |
/external/junit/ |
README.html | 433 There is an additional browse ("...") button besides the suite combo. 523 Swing TestRunner - the Run button is now the default button.</li>
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 288 "\nPress Q, Esc or mouse button 1 (within image window, after image\n" 408 "Done. Press Q, Esc or mouse button 1 (within image window) to quit.\n"); 413 while (!(e.type == ButtonPress && e.xbutton.button == Button1) &&
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 213 3. Now click on the "Advanced..." button near the bottom. The "Advanced
216 configuration" option button.
449 The "mlook" button command now lets the joystick as well as the mouse control
|