Searched refs:clicked (Results 1 - 23 of 23) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DTestOnClickListener.java6 public boolean clicked = false; field in class:TestOnClickListener
9 clicked = true;
H A DTestOnLongClickListener.java6 public boolean clicked = false; field in class:TestOnLongClickListener
10 clicked = true;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DListActivityTest.java32 final boolean[] clicked = new boolean[1];
36 clicked[0] = true;
42 assertTrue(clicked[0]);
H A DPreferenceTest.java37 private boolean clicked = false; field in class:PreferenceTest
201 clicked = true;
207 assertThat( clicked, equalTo(false));
209 assertThat( clicked, equalTo(true));
H A DViewTest.java115 assertTrue(clickListener.clicked);
124 assertTrue(clickListener.clicked);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply()));
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
H A Dscanresults.cpp23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest()));
H A Deventhistory.cpp81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
H A Dwpagui.cpp97 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
98 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
99 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
104 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
105 connect(editNetworkButton, SIGNAL(clicked()), this,
107 connect(removeNetworkButton, SIGNAL(clicked()), this,
115 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
120 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc()));
121 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin()));
124 connect(wpsApPinButton, SIGNAL(clicked()), thi
[all...]
H A Dnetworkconfig.cpp38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close()));
39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork()));
45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps()));
/external/autotest/frontend/client/src/autotest/tko/
H A DFilterStringViewer.java128 private void changeEditable(boolean clicked) { argument
129 if (clicked) {
135 // was clicked (not on programmatic revert)
136 boolean userCancelled = filterEdited && clicked
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java327 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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricTest.java170 assertTrue(testOnClickListener.clicked);
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera()));
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.cpp1306 QObject::connect(label, SIGNAL(clicked()), this, SLOT(createDialog()));
1420 QObject::connect(button, SIGNAL(clicked(bool)), button, SLOT(callCallBack(bool)));
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgui.py701 self.boolean_radio_button.clicked()
1893 print "restore to defualt clicked..."
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 411 milliseconds