|   /development/samples/ApiDemos/res/layout/ | 
| table_layout_9.xml  | 86         <Button
  | 
|   /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ | 
| BluetoothChat.java  | 36 import android.widget.Button; 69     private Button mSendButton; 154         // Initialize the send button with a listener that for click events 155         mSendButton = (Button) findViewById(R.id.button_send);
  | 
|   /development/samples/ContactManager/res/layout/ | 
| contact_adder.xml  | 73             <Button android:layout_height="wrap_content"
  | 
|   /development/samples/MultiResolution/res/layout/ | 
| main.xml  | 62     <Button
  | 
|   /development/samples/MultiResolution/res/layout-land/ | 
| main.xml  | 64     <Button
  | 
|   /external/clearsilver/ | 
| README.python  | 45         # this is run automatically when the Foo submit button is clicked
  | 
|   /external/qemu/distrib/sdl-1.2.12/src/events/ | 
| SDL_events_c.h  | 60 extern int SDL_PrivateMouseButton(Uint8 state, Uint8 button,Sint16 x,Sint16 y);
  | 
|   /external/qemu/distrib/sdl-1.2.12/src/joystick/ | 
| SDL_sysjoystick.h  | 46 	Uint8 *buttons;		/* Current button states */
  | 
|   /external/qemu/distrib/sdl-1.2.12/src/video/svga/ | 
| SDL_svgaevents.c  | 152 void SVGA_mousecallback(int button, int dx, int dy, 158 	if ( button & MOUSE_LEFTBUTTON ) { 167 	if ( button & MOUSE_MIDDLEBUTTON ) { 176 	if ( button & MOUSE_RIGHTBUTTON ) {
  | 
|   /external/quake/res/layout/ | 
| downloader.xml  | 69   <Button android:id="@+id/cancel"
  | 
|   /external/sonivox/jet_tools/JetCreator/ | 
| JetAudition.py  | 92         self.btnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTEALL)
 93         self.btnUnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTENONE)
 94         self.btnMuteOrg = wx.Button(panel, -1, JetDefs.BUT_ORGMUTES)
 104         self.btnQueue = wx.Button(panel, -1, JetDefs.BUT_QUEUE)
 105         self.btnCancelNQueue = wx.Button(panel, -1, JetDefs.BUT_CANCELANDQUEUE)
 114         self.btnQueueCancelCurrent = wx.Button(panel, -1, JetDefs.BUT_CANCELCURRENT)
 115         self.btnPause = wx.Button(panel, -1, JetDefs.BUT_PAUSE)
 116         self.btnStop = wx.Button(panel, -1, JetDefs.BUT_STOP)
 258         """ Queues a segment via the button """
  | 
|   /external/webkit/WebCore/loader/ | 
| FrameLoaderTypes.h  | 56         FrameLoadTypeSame = FrameLoadTypeReload + 2, // user loads same URL again (but not reload button)
  | 
|   /external/webkit/WebCore/platform/chromium/ | 
| ThemeChromiumMac.mm  | 50 // - In paintButton() the code to save/restore the window's default button cell. 508         // Use the square button 520 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor) 533     NSButtonCell *buttonCell = button(part, states, zoomedRect, zoomFactor); 546         // Center the button within the available space. 653             // This also guarantees the HTML <button> will match our rendering by default, since we're using a consistent 679             // We inflate the rect as needed to account for padding included in the cell to accommodate the radio button 692             NSButtonCell *cell = button(part, states, zoomedRect, zoomFactor); 695             // We inflate the rect as needed to account for the Aqua button's shadow.
  | 
|   /external/webkit/WebCore/platform/graphics/android/ | 
| PlatformGraphicsContext.cpp  | 70     // Keep track of the information about the button.
  | 
|   /external/webkit/WebCore/platform/haiku/ | 
| PlatformMouseEventHaiku.cpp  | 70         m_button = LeftButton; // FIXME: Webcore wants to know the button released but we don't know.
  | 
|   /external/webkit/WebCore/rendering/ | 
| RenderButton.h  | 34 // to date as the button changes.
  | 
|   /external/webkit/WebKit/chromium/public/ | 
| WebInputEvent.h  | 202     enum Button { 209     Button button;  member in class:WebKit::WebMouseEvent  220         , button(ButtonNone)
  | 
|   /external/webkit/WebKit/chromium/src/mac/ | 
| WebInputEventFactory.mm  | 211     // VK_LBUTTON (01) Left mouse button 212     // VK_RBUTTON (02) Right mouse button 214     // VK_MBUTTON (04) Middle mouse button (three-button mouse) 859     // TODO(port): Set mouse button states 975         result.button = WebMouseEvent::ButtonNone; 980         result.button = WebMouseEvent::ButtonLeft; 985         result.button = WebMouseEvent::ButtonMiddle; 990         result.button = WebMouseEvent::ButtonRight; 994         result.button = WebMouseEvent::ButtonLeft     [all...] | 
|   /external/webkit/WebKit/mac/WebView/ | 
| WebPolicyDelegate.h  | 44     @constant WebNavigationTypeReload The User hit the reload button. 60 extern NSString *WebActionButtonKey; // NSNumber (0 for left button, 1 for middle button, 2 for right button)
  | 
|   /external/webkit/WebKit/win/Interfaces/ | 
| DOMEvents.idl  | 261     //readonly attribute unsigned short   button; 262     HRESULT button([out, retval] unsigned short* result); 280     //                                   in unsigned short button,  282     HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
  | 
|   /frameworks/base/awt/java/awt/ | 
| MouseDispatcher.java  | 255         int button = event.getMouseButton();  local  258         int index = button - 1; 291                             event.getTrigger(), button)); 298                             button));
  | 
|   /frameworks/base/core/java/com/android/internal/view/menu/ | 
| ExpandedMenuView.java  | 34  * by the user clicking no the 'More' button on the icon menu view.
  | 
| IconMenuView.java  | 42  * will be accompanied with a 'More' button that opens an {@link ExpandedMenuView} which lists 81     /** Icon for the 'More' button */ 84     /** Item view for the 'More' button */ 300      * Creates the item view for the 'More' button which is used to switch to 301      * the expanded menu view. This button is a special case since it does not 303      * @return The IconMenuItemView for the 'More' button 348         // be a 'More' button or a sixth item 355             // If there are more items than we can fit, show the 'More' button to 363             // The last view is the more button, so the actual number of items is one less than
  | 
|   /frameworks/base/core/res/res/layout/ | 
| list_menu_item_layout.xml  | 57     <!-- Checkbox, and/or radio button will be inserted here. -->
  | 
|   /frameworks/base/core/tests/coretests/res/layout/ | 
| drawable_background_minimum_size.xml  | 26         <Button
  |