HomeSort by relevance Sort by last modified time
    Searched full:button (Results 1126 - 1150 of 1669) sorted by null

<<41424344454647484950>>

  /packages/apps/Music/res/values/
strings.xml 82 <!-- Delete confirmation dialog, confirmation button text -->
196 <!-- Button name when saving a playlist -->
198 <!-- Button name when saving a playlist and the new playlist will overwrite an existing one -->
204 <!-- Dialog box button -->
222 <!-- Button name in time span picker -->
250 <!-- Text for the "cancel" button in the "delete" and "create playlist" confirmation dialogs -->
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 135 self.btnAddSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_ADD, size=BUT_SIZE)
136 self.btnRevSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_REVISE, size=BUT_SIZE)
137 self.btnDelSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_DELETE, size=BUT_SIZE)
138 self.btnMoveSeg = wx.Button(leftTopPanel, -1, JetDefs.BUT_MOVE, size=BUT_SIZE)
140 self.btnQueueAll = wx.Button(leftTopPanel, -1, JetDefs.BUT_QUEUEALL, size=BUT_SIZE)
141 self.btnDequeueAll = wx.Button(leftTopPanel, -1, JetDefs.BUT_DEQUEUEALL, size=BUT_SIZE)
142 self.btnPlay = wx.Button(leftTopPanel, -1, JetDefs.BUT_PLAY, size=BUT_SIZE)
143 self.btnPause = wx.Button(leftTopPanel, -1, JetDefs.BUT_PAUSE, size=BUT_SIZE)
144 self.btnAudition = wx.Button(leftTopPanel, -1, JetDefs.BUT_AUDITION, size=BUT_SIZE)
146 self.btnAddEvt = wx.Button(leftBotPanel, -1, JetDefs.BUT_ADD, size=BUT_SIZE)
    [all...]
JetCtrls.py 82 """ Radio button control """
239 """ Combo box with file open button """
250 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]+MacOffset()), size=(BUTWIDTH,self.cmb.GetSize()[1]))
307 """ Capture a filename with a button to browse for a file """
317 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]), size=(BUTWIDTH,self.txt.GetSize()[1]))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 61 import org.eclipse.swt.widgets.Button;
108 private Button mClippingButton;
115 private Button mCreateButton;
262 * to define and handle custom toggle buttons in the button bar. Each toggle is
263 * implemented using a button, with a callback when the button is selected.
293 /** Called by the {@link ConfigurationComposite} when the button is selected. */
297 final Button b = new Button(parent, SWT.TOGGLE | SWT.FLAT);
323 * @param customToggles An array of {@link CustomToggle} to define extra toggles button
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml 265 <!-- Button to turn on silent mode, within the Phone Options dialog -->
267 <!-- Button to turn on the radio, within the Phone Options dialog -->
269 <!-- Button to turn off the radio, within the Phone Options dialog -->
271 <!-- Button to lock the screen, within the Phone Options dialog -->
273 <!-- Button to turn off the phone, within the Phone Options dialog -->
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 29 for different states (for example, to use a different image when a button is pressed).
110 background used by Android's standard {@link android.widget.Button} widget, which must stretch to
111 accommodate the text (or image) inside the button.</p>
136 &lt;Button
165 android.widget.Button} widget can exist in one of several different states (pressed, focused,
166 or niether) and, using a state list drawable, you can provide a different button image for each
249 <dd><em>Boolean</em>. "true" if this item should be used when the object is pressed (such as when a button
252 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a button
283 <dd>XML file saved at <code>res/drawable/button.xml</code>:
300 <strong>android:src="@drawable/button"</strong> /
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
search-dialog.jd 80 which the user can invoke a search, such as with a search button in the Options Menu or elsewhere in
331 provide a search button in your UI that will invoke search.</p>
337 href="{@docRoot}guide/topics/ui/menus.html#options-menu">Options Menu</a> or a button in your UI to
340 medium and high density screens, which you can use for your menu item or button (low density
512 button in the search dialog that, when clicked, will launch a voice prompt. When the user
529 search, while the second value, {@code launchRecognizer}, specifies that the voice search button
539 your application. All searches performed with the voice search button will be immediately sent to
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 748 if (mev.button() != NoButton)
774 if (mev.button() != NoButton)
796 if (mev.button() != NoButton)
813 if (mev.button() != NoButton)
830 if (mev.button() != NoButton)
844 if (mev.button() != NoButton)
849 void QWebPagePrivate::handleClipboard(QEvent* ev, Qt::MouseButton button)
856 if (button == Qt::LeftButton) {
861 } else if (button == Qt::MidButton) {
881 if (mev.button() != NoButton
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 339 // Initialize last picture button.
353 // Initialize shutter button.
2025 View button = findViewById(id); local
2036 View button = findViewById(id); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 223 // Check whether we should show the onscreen "Dial" button.
478 // Hide soft keyboard, if visible (it's fugly over button dialer).
745 // status of disabled button. Until this is fixed,
782 // the Dial button without entering any digits means "send
788 // Otherwise, pressing the Dial button without entering
794 // nothing useful for the Dial button to do in this case.
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 67 import android.widget.Button;
142 private Button mSendButton;
143 private Button mDiscardButton;
144 private Button mSaveButton;
461 mSendButton = (Button)findViewById(R.id.send);
462 mDiscardButton = (Button)findViewById(R.id.discard);
463 mSaveButton = (Button)findViewById(R.id.save);
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 499 var button = $(obj);
502 if (button.hasClass("show")) {
504 button.removeClass("show").addClass("hide");
507 button.removeClass("hide").addClass("show");
509 $("span", button).toggle();
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 285 /* Treat command-click as right mouse button */
358 /* Release the mouse button we simulated in the last press.
360 one button. However, this doesn't matter, since there is
361 only a single logical mouse button, even if you have a
362 multi-button mouse, this doesn't matter at all.
  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 53 // Button constants
193 // Get the correct theme data for a button
196 // Now paint the button.
441 // The <select> box must be at least 12px high for the button to render nicely on Windows
444 // Position the text correctly within the select box and make the box wide enough to fit the dropdown button
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 29 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
42 * like {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc. <br>
56 * like {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc. <br>
167 * {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc.
173 * {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc.
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
LockScreen.java 70 private Button mEmergencyCallButton;
149 * some cases where we wish to disable it, notably when the menu button placement or technology
213 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCallButton);
504 // The emergency call button no longer appears on this screen.
548 // do not need to show the e-call button; user may unlock
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 161 // Load up the resources for the text field and delete button
181 // Check whether we should show the onscreen "Dial" button and co.
184 // The voicemail button is not active. Even if we marked
187 // TODO: Check with UI designer if we should not show that button at all. (b/2134854)
425 // status of disabled button. Until this is fixed,
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 103 * User pressed a button to change the state. Something
427 * Updates the widget when something changes, or when a button is pushed.
542 * Creates PendingIntent to notify the widget of a button click.
560 * Receives and processes a button pressed intent or state change.
563 * @param intent Indicates the pressed button.
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 203 <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
246 <!-- Label on button to stop recognition. Must be short to fit on button. -->
249 <!-- Label on button when an error occurs -->
292 <!-- appears above the image showing the back button used to close the keyboard -->
  /development/apps/Development/src/com/android/development/
DevelopmentSettings.java 37 import android.widget.Button;
52 private Button mDebugAppButton;
93 mDebugAppButton = (Button)findViewById(R.id.debug_app);
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 139 if (e && e->button() == RightButton) {
222 if (evt->type() == eventNames().mousedownEvent && evt->isMouseEvent() && static_cast<MouseEvent*>(evt)->button() != RightButton && document()->frame() && document()->frame()->selection()) {
300 // send the mouse button events if the caller specified sendToAnyElement
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 334 if (event.button == WebMouseEvent::ButtonLeft) {
362 if (event.button == WebMouseEvent::ButtonRight
363 || (event.button == WebMouseEvent::ButtonLeft
367 if (event.button == WebMouseEvent::ButtonRight)
422 if (event.button == WebMouseEvent::ButtonMiddle) {
449 if (event.button == WebMouseEvent::ButtonRight)
612 // Mouse button up event.
673 mouseEvent.button = WebMouseEvent::ButtonRight;
896 // This only exists to allow ChromeClient::show() to know which mouse button
    [all...]
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 52 // Margins and button sizes
133 // Draw button
160 // But if we click the button, we need to drag relative to where we clicked down. We only need
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 280 * Example: going down from a thin button all the way to the left of a
281 * screen where, just below, is a very wide button, and just below that,
282 * is an equally skinny button all the way to the left. want to make

Completed in 440 milliseconds

<<41424344454647484950>>