HomeSort by relevance Sort by last modified time
    Searched refs:clicked (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestOnClickListener.java 6 public boolean clicked = false; field in class:TestOnClickListener
9 clicked = true;
TestOnLongClickListener.java 6 public boolean clicked = false; field in class:TestOnLongClickListener
10 clicked = true;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListActivityTest.java 32 final boolean[] clicked = new boolean[1];
36 clicked[0] = true;
42 assertTrue(clicked[0]);
PreferenceTest.java 37 private boolean clicked = false; field in class:PreferenceTest
201 clicked = true;
207 assertThat( clicked, equalTo(false));
209 assertThat( clicked, equalTo(true));
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 117 * Invoked when the next button is clicked.
120 this.fire('next-clicked');
124 * Invoked when the play button is clicked.
131 * Invoked when the previous button is clicked.
134 this.fire('previous-clicked');
138 * Invoked the volume button is clicked.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
scanresults.cpp 22 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
23 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
eventhistory.cpp 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
wpagui.cpp 96 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
97 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
98 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
103 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
104 connect(editNetworkButton, SIGNAL(clicked()), this,
106 connect(removeNetworkButton, SIGNAL(clicked()), this,
114 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
119 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc()));
120 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin()));
123 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin()))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 7 console.log("item " + info.menuItemId + " was clicked");
36 " was clicked (previous checked state was " +
50 " was clicked, state is now: " + info.checked +
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 9 " was clicked (previous checked state was " +
14 " was clicked, state is now: " + info.checked +
18 console.log("item " + info.menuItemId + " was clicked");
  /external/chromium_org/remoting/webapp/unittests/
menu_button_unittest.js 43 test('should dismiss when the menu is clicked', function() {
50 test('should dismiss when anything outside the menu is clicked', function() {
61 test('should dismiss when menu item is clicked', function() {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 19 * Opens history.html when the browser action is clicked.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransitionDetails.java 61 public void clicked(View v) { method in class:ActivityTransitionDetails
ActivityTransition.java 117 public void clicked(View v) { method in class:ActivityTransition
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 88 public void onClick(View clicked) {
90 new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show();
  /external/chromium_org/chrome/common/extensions/docs/static/js/
fatnav.js 52 // Only toggle if magnifying glass is clicked.
70 // In phone mode, show the fatnav when the menu button is clicked.
article.js 90 // then open the clicked one
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 123 // area. It firstly checks x range which clicked point is in, and all lines
129 // If only <=1 line exists or axis area clicked, return.
139 // [left, right] is the range including clicked point.
  /external/chromium_org/remoting/webapp/
butter_bar.js 123 * @param {boolean} accepted True if the user clicked the "accept" link;
124 * false if they clicked the close icon.
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 37 _gaq.push(['_trackEvent', e.target.id, 'clicked']);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 327 assertThat(activity.clicked, equalTo(false));
332 assertThat(activity.clicked, equalTo(true));
381 public boolean clicked = false; field in class:ViewLoaderTest.ClickActivity
389 clicked = true;
  /external/chromium_org/extensions/renderer/resources/
context_menus_custom_bindings.js 37 // An extension context menu item has been clicked on - fire the onclick
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 51 // Set up a handler to reload the page when 'Show original' is clicked.
  /external/chromium_org/chrome/browser/resources/
components.js 99 * Handles an 'enable' or 'disable' button getting clicked.

Completed in 6199 milliseconds

1 2 3