Searched defs:click (Results 1 - 25 of 33) sorted by relevance

12

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DEventUiElementActor.java30 public void click(UiElement uiElement) { method in class:EventUiElementActor
H A DUiElementActor.java27 * Clicks this element. The click will be at the center of the visible
30 void click(UiElement uiElement); method in interface:UiElementActor
33 * Long-clicks this element. The click will be at the center of the visible
39 * Double-clicks this element. The click will be at the center of the visible
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
H A DAccessibilityUiElementActor.java30 public void click(UiElement uiElement) { method in class:AccessibilityUiElementActor
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
H A Dweb_elements.py85 def click(self): member in class:Button
89 self._element.click()
102 self._element.click()
104 self._element.click()
119 def click(self): member in class:RadioButton
123 # In some corner cases, it needs a second click
/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java163 * 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java111 * Handles click on {@link Button}.
117 public void click(PropertyTable propertyTable, Property property) throws Exception { method in class:ButtonPropertyEditorPresentation
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp79 bool SkColorPalette::onClick(SkView::Click* click) { argument
80 SkPoint curr = click->fCurr;
81 //SkDebugf("click %f %f \n", curr.fX, curr.fY);
84 switch (click->fState) {
105 switch (click->fState) {
H A DSampleDrawingClient.cpp145 virtual bool onClick(SkView::Click* click) { argument
146 switch (click->fState) {
148 fCurrLine.moveTo(click->fCurr);
154 fCurrLine.lineTo(click->fCurr);
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dresponse.py120 def click(self, description=None, linkid=None, href=None, member in class:TestResponse
151 ``app.click(verbose=True)`` you'll see a list of all the
169 Like :meth:`~webtest.response.TestResponse.click`, except looks
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java211 longClick(); // Gain focus; single click always activates IME.
239 public void click() { method in class:BaseUiElement
240 uiElementActor.click(this);
/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java300 public void setUseClickForAttack(boolean click) { argument
301 mUseClickButtonForAttack = click;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreference.java181 public boolean click() { method in class:ShadowPreference
/external/skia/samplecode/
H A DSamplePath.cpp321 bool onClick(Click* click) override {
323 if (click->fMeta.findS32("index", &index)) {
325 fPts[index] = click->fCurr;
337 Click* click = new Click(this); variable
338 click->fMeta.setS32("index", i);
339 return click;
H A DSampleDraw.cpp339 virtual bool onClick(Click* click) { argument
340 if (Click::kUp_State == click->fState) {
341 if (click->isType("maker")) {
342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) {
352 if (Click::kDown_State == click->fState) {
358 if (click->isType("maker")) {
359 this->setDraw(fFactory->create(click->fOrig, click->fCurr))->unref();
360 } else if (click
[all...]
H A DSampleAll.cpp275 virtual bool onClick(Click* click) { argument
276 return this->INHERITED::onClick(click);
H A DSampleFatBits.cpp381 static int GetIndex(SkView::Click* click) { argument
382 return ((IndexClick*)click)->fIndex;
512 bool onClick(Click* click) override {
513 int index = IndexClick::GetIndex(click);
515 fPts[index] = click->fCurr;
517 SkScalar dx = click->fCurr.fX - click->fPrev.fX;
518 SkScalar dy = click->fCurr.fY - click->fPrev.fY;
H A DSampleApp.cpp1905 return false; // let the OS handle the click
1908 //it's only necessary to update the drawing if there's a click
1933 static bool IsGesture(Click* click) { argument
1934 return click->isType(gGestureClickType);
1943 bool SampleWindow::onClick(Click* click) { argument
1944 if (GestureClick::IsGesture(click)) {
1945 float x = static_cast<float>(click->fICurr.fX);
1946 float y = static_cast<float>(click->fICurr.fY);
1948 switch (click->fState) {
1950 fGesture.touchBegin(click
[all...]
/external/skia/src/views/
H A DSkWindow.cpp270 // First, attempt to find an existing click with this owner.
285 Click* click = this->findClickHandler(SkIntToScalar(x), local
288 if (click) {
289 click->fOwner = owner;
290 *fClicks.append() = click;
291 SkView::DoClickDown(click, x, y, modifierKeys);
H A DSkWidgets.cpp320 bool SkPushButtonWidget::onClick(Click* click) argument
326 if (r.contains(click->fCurr))
328 if (click->fState == Click::kUp_State)
H A DSkView.cpp364 Click* click = child->findClickHandler(p.fX, p.fY, modi); local
366 if (click) {
367 return click;
375 void SkView::DoClickDown(Click* click, int x, int y, unsigned modi) { argument
376 SkASSERT(click);
378 SkView* target = (SkView*)SkEventSink::FindSink(click->fTargetID);
383 click->fIOrig.set(x, y);
384 click->fICurr = click->fIPrev = click
398 DoClickMoved(Click* click, int x, int y, unsigned modi) argument
421 DoClickUp(Click* click, int x, int y, unsigned modi) argument
[all...]
/external/toybox/toys/pending/
H A Dcompress.c188 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;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenuItem.java194 public void click() { method in class:TestMenuItem
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfixture.py629 def click(self, description=None, linkid=None, href=None, member in class:TestResponse
662 ``app.click(verbose=True)`` you'll see a list of all the
682 Like ``.click()``, except looks for link-like buttons.
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js1173 } else if (type == 'click' || type == 'dblclick' || type == 'contextmenu' || type == 'DOMMouseScroll' || type.indexOf('mouse') == 0){
4103 click: 2, dblclick: 2, mouseup: 2, mousedown: 2, contextmenu: 2, //mouse buttons
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js1173 } else if (type == 'click' || type == 'dblclick' || type == 'contextmenu' || type == 'DOMMouseScroll' || type.indexOf('mouse') == 0){
4103 click: 2, dblclick: 2, mouseup: 2, mousedown: 2, contextmenu: 2, //mouse buttons

Completed in 894 milliseconds

12