HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 1051 - 1075 of 1156) sorted by null

<<41424344454647

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 32 import android.widget.Button;
119 private Button mCameraButton;
362 mCameraButton = new Button(mActivity);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 54 import android.widget.Button;
98 private Button mDownloadButton;
227 // don't bother showing the download button for an instant before the actual
512 mDownloadButton = (Button) findViewById(R.id.btn_download_msg);
568 // Show the 'Play' button and bind message info on it.
570 // Set call-back for the 'Play' button.
579 // same time, allows the slide show play button to work.
593 // OnClick Listener for the playback button
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 45 import android.widget.Button;
180 // TODO add Install button on Tab.USER to go to CertInstaller like KeyChainActivity
656 Button removeButton = (Button) inflater.inflate(R.layout.trusted_credential_details,
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 56 import android.widget.Button;
242 final Button button = (Button) findViewById(button_id); local
243 button.setOnClickListener(new View.OnClickListener() {
245 button.requestFocus();
246 button.setEnabled(false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 86 import org.eclipse.swt.widgets.Button;
118 private Button mAddButton;
119 private Button mRemoveButton;
302 // 2nd column is the left/right arrow button
310 mAddButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH);
335 mRemoveButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH);
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 49 WebMouseEvent::Button b,
56 e->button = b;
198 WebMouseEvent::Button GetButtonTypeFromButtonNumber(int button_code) {
1023 WebMouseEvent::Button EventSender::pressed_button_ = WebMouseEvent::ButtonNone;
1027 WebMouseEvent::Button EventSender::last_button_type_ =
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 50 #include "ui/views/controls/button/label_button.h"
381 // Make sure the button fits.
533 void DownloadItemView::ButtonPressed(views::Button* sender,
579 // We don't care if what animation (body button/drop button/complete),
598 // | | \_ Drop down button. Invokes menu. Responds
601 // \_ Both the body and the drop down button respond to mouse hover and can be
609 // | | | | \_ No drop down button.
620 // | | | | Drop down button. Responds to
622 // | | | \_ Button is a views::LabelButton
    [all...]
download_shelf_view.cc 32 #include "ui/views/controls/button/image_button.h"
44 // Padding from right edge and close button/show downloads link.
47 // Padding between the show all link and close button.
71 // button. Delay the time so that the user has a chance to quickly close the
243 // button to the right and bottom to make it easier to click.
329 // of the shelf minus the "Show all downloads" link, arrow and close button
365 views::Button* button, const ui::Event& event) {
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 64 import android.widget.Button;
228 * The back button will close the input window.
298 Button mExtractAction;
434 // If user uses hard keyboard, IME button should always be shown.
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 54 import android.widget.Button;
334 Button submit = mConfigUi.getSubmitButton();
340 /* show submit button if password, ip and proxy settings are valid */
342 Button submit = mConfigUi.getSubmitButton();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 90 import org.eclipse.swt.widgets.Button;
173 // Align menu horizontally with the toolbar button and
506 Button refreshButton = new Button(wrapper, SWT.PUSH | SWT.FLAT);
    [all...]
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 21 #include "ui/views/controls/button/image_button.h"
349 void AppWindowFrameView::ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/ime/
candidate_window_view.cc 397 void CandidateWindowView::ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 383 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/system/drive/
tray_drive.cc 30 #include "ui/views/controls/button/image_button.h"
253 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/system/
tray_accessibility.cc 297 void AccessibilityDetailedView::ButtonPressed(views::Button* sender,
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 36 #include "ui/views/controls/button/custom_button.h"
559 void WebNotificationTray::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 137 // button: If not WebMouseEvent::ButtonNone, click on the
138 // link with the specified mouse button.
148 blink::WebMouseEvent::Button button,
161 (button == blink::WebMouseEvent::ButtonNone ? "false" : "true") +
178 if (button != blink::WebMouseEvent::ButtonNone) {
181 mouse_event.button = button;
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 32 #include "ui/views/controls/button/image_button.h"
39 // The margins around the search field, match count label, and the close button.
263 // space within the text box. We therefore fix the size relative to the button
264 // heights. We use the FindPrev button, which has a 1px outer whitespace
284 // First we draw the close button on the far right.
294 // Next, the FindNext button to the left the close button.
303 // Then, the FindPrevious button to the left the FindNext button.
332 // between the find text box and the find button so that when the user click
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_win.cc 160 // NOTE: There doesn't seem to be a way to query the mouse button state in
195 result.button = WebMouseEvent::ButtonLeft;
197 result.button = WebMouseEvent::ButtonMiddle;
199 result.button = WebMouseEvent::ButtonRight;
201 result.button = WebMouseEvent::ButtonNone;
205 result.button = WebMouseEvent::ButtonNone;
213 result.button = WebMouseEvent::ButtonLeft;
218 result.button = WebMouseEvent::ButtonMiddle;
223 result.button = WebMouseEvent::ButtonRight;
227 result.button = WebMouseEvent::ButtonLeft
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 230 return blink::Platform::current()->scrollbarBehavior()->shouldCenterOnThumb(static_cast<blink::WebScrollbarBehavior::Button>(evt.button()), evt.shiftKey(), evt.altKey());
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 17 #include "ui/views/controls/button/label_button.h"
162 // Update the close button visibility too, otherwise it's not intialized.
193 // The close button top inset is actually smaller than the title top inset.
240 void BubbleFrameView::ButtonPressed(Button* sender, const ui::Event& event) {
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 11 #include "ui/views/controls/button/custom_button.h"
324 void NativeScrollBarViews::ButtonPressed(Button* sender,
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EqualizerTest.java 29 import android.widget.Button;
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 23 import android.widget.Button;

Completed in 1815 milliseconds

<<41424344454647