HomeSort by relevance Sort by last modified time
    Searched refs:click (Results 76 - 100 of 322) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/samplecode/
SamplePath.cpp 212 SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) override {
321 bool onClick(Click* click) override {
323 if (click->fMeta.findS32("index", &index)) {
325 fPts[index] = click->fCurr;
332 SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) override {
337 Click* click = new Click(this); variable
338 click->fMeta.setS32("index", i)
    [all...]
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ManualPackageInstallTest.java 55 // Calls the original installPackage which does not click through the install button.
105 button.click();
115 button.click();
  /external/clang/test/SemaCXX/
typo-correction-delayed.cpp 170 void MovePointer(Pointer &Click, int x, int y) { // expected-note 2 {{'Click' declared here}}
171 click.set_xpos(x); // expected-error {{use of undeclared identifier 'click'; did you mean 'Click'?}}
172 click.set_ypos(x); // expected-error {{use of undeclared identifier 'click'; did you mean 'Click'?}}
  /external/toybox/toys/pending/
compress.c 188 int click = bb->bitpos >> 3, blow, blen; local
191 if (click == bb->len) bitbuf_skip(bb, click = 0);
197 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset;
218 int click = bb->bitpos >> 3, blow, blen; local
221 if (click == bb->max) {
223 click = 0;
228 bb->buf[click] |= data << blow;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
RootsListBot.java 56 new UiObject(hamburger).click();
68 findRoot(label).click();
UiBot.java 98 searchView.click();
112 obj.click();
124 mode.click();
126 menuListMode().click();
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DocumentHolderTest.java 56 click(); method
65 public void click() { method in class:DocumentHolderTest
  /platform_testing/libraries/flightdemo-app-helper/src/android/platform/test/helpers/
FlightDemoHelperImpl.java 106 button.click();
117 button.click();
  /platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/
GoogleDocsHelperImpl.java 81 skipButton.click();
129 // document is found, click to download
130 documentTitle.click();
  /platform_testing/libraries/tunein-app-helper/src/android/platform/test/helpers/
TuneInHelperImpl.java 175 stop.click();
190 button.click();
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInlineReplyTests.java 73 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click(); method
93 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click(); method
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 10 links[i].addEventListener("click", function () {
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 10 links[i].addEventListener("click", function () {
  /sdk/templates/docs/
default.js 27 $(this).click(function() {
75 .click(function() {
  /system/connectivity/shill/
provider_db_unittest.bfd 23 apn:1,click,,
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 28 requestButton.addEventListener('click', function() {
59 scanButton.addEventListener('click', function() {
  /external/autotest/server/cros/ap_configurators/
edimax6428ns_ap_configurator.py 45 self.driver.find_element_by_xpath('//input[@value="APPLY"]').click()
edimax_ap_configurator.py 32 main_tabs[2].click()
35 sub_tabs[2].click()
64 # settings page that has a different Apply button. Click that.
67 apply_tabs[2].click()
68 self.driver.find_element_by_xpath('//input[@value="APPLY"]').click()
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 163 * Clicks this element. The click will be at the center of the visible
166 void click(); method in interface:UiElement
169 * Long-clicks this element. The click will be at the center of the visible
175 * Double-clicks this element. The click will be at the center of the visible
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/android/view/
TestMenuTest.java 50 testMenuItem.click();
  /external/skia/experimental/DrawingBoard/
SampleDrawingClient.cpp 141 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y) {
142 return new Click(this);
145 virtual bool onClick(SkView::Click* click) {
146 switch (click->fState) {
147 case SkView::Click::kDown_State:
148 fCurrLine.moveTo(click->fCurr);
153 case SkView::Click::kMoved_State:
154 fCurrLine.lineTo(click->fCurr);
156 case SkView::Click::kUp_State
    [all...]
SkColorPalette.cpp 75 SkView::Click* SkColorPalette::onFindClickHandler(SkScalar x, SkScalar y) {
76 return new Click(this);
79 bool SkColorPalette::onClick(SkView::Click* click) {
80 SkPoint curr = click->fCurr;
81 //SkDebugf("click %f %f \n", curr.fX, curr.fY);
84 switch (click->fState) {
85 case SkView::Click::kDown_State:
86 case SkView::Click::kMoved_State:
87 case SkView::Click::kUp_State
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
TestInputEvent.java 78 public static TestInputEvent click(int position) { method in class:TestInputEvent
  /platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/
HotseatHelper.java 60 appOnHotseat.click();
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 112 dialog.noButton.click();
197 dialog.noButton.click();
203 dialog.noButton.click();
222 dialog.noButton.click();
230 checkbox.click();
234 dialog.noButton.click();
267 dialog.yesButton.click();

Completed in 1185 milliseconds

1 2 34 5 6 7 8 91011>>