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

12

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DAction.java30 * @param element the Ui element to perform the action on
35 boolean perform(UiElement element); method in interface:Action
H A DEventAction.java32 public final boolean perform(UiElement element) { method in class:EventAction
33 return perform(element.getInjector(), element);
40 * @param element the UiElement to perform the action on
45 protected abstract boolean perform(InputInjector injector, UiElement element); method in class:EventAction
H A DClickAction.java43 public boolean perform(InputInjector injector, UiElement element) { method in class:ClickAction.DoubleClick
44 SINGLE.perform(element);
45 SINGLE.perform(element);
56 public boolean perform(InputInjector injector, UiElement element) { method in class:ClickAction.LongClick
72 public boolean perform(InputInjector injector, UiElement element) { method in class:ClickAction.SingleClick
H A DSingleKeyAction.java70 public boolean perform(InputInjector injector, UiElement element) { method in class:SingleKeyAction
H A DSwipeAction.java144 public boolean perform(InputInjector injector, UiElement element) { method in class:SwipeAction
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
H A DAccessibilityAction.java35 public final boolean perform(UiElement element) { method in class:AccessibilityAction
36 return perform(((UiAutomationElement) element).getRawElement(), element);
43 * @param element the UiElement to perform the action on
47 protected abstract boolean perform(AccessibilityNodeInfo node, UiElement element); method in class:AccessibilityAction
H A DAccessibilityScrollAction.java44 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { method in class:AccessibilityScrollAction
H A DAccessibilityClickAction.java45 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { method in class:AccessibilityClickAction.DoubleClick
46 return SINGLE.perform(element) && SINGLE.perform(element);
56 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { method in class:AccessibilityClickAction.LongClick
71 protected boolean perform(AccessibilityNodeInfo node, UiElement element) { method in class:AccessibilityClickAction.SingleClick
/external/droiddriver/src/io/appium/droiddriver/actions/view/
H A DViewAction.java35 public final boolean perform(UiElement element) { method in class:ViewAction
36 return perform(((ViewElement) element).getRawElement(), element);
43 * @param element the UiElement to perform the action on
47 protected abstract boolean perform(View view, UiElement element); method in class:ViewAction
H A DCloseKeyboardAction.java57 protected boolean perform(View view, UiElement element) { method in class:CloseKeyboardAction
/external/droiddriver/src/io/appium/droiddriver/
H A DUiDevice.java47 boolean perform(Action action); method in interface:UiDevice
H A DUiElement.java34 * UI elements are generally views. Users can get attributes and perform
145 boolean perform(Action action); method in interface:UiElement
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiDevice.java57 perform(POWER_ON);
64 perform(POWER_OFF);
70 perform(SingleKeyAction.BACK);
74 public boolean perform(Action action) { method in class:BaseUiDevice
75 return getContext().getDriver().getRootElement().perform(action);
H A DBaseUiElement.java170 public boolean perform(Action action) { method in class:BaseUiElement
171 Logs.call(this, "perform", action);
187 return action.perform(this);
220 perform(new TextAction(text));
230 SingleKeyAction.CTRL_MOVE_HOME.perform(injector, this);
233 SingleKeyAction.CTRL_MOVE_END.perform(injector, this);
235 SingleKeyAction.DELETE.perform(injector, this);
322 * Sets the validator to check when {@link #perform(Action)} is called.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp712 // -verify-loop-info option can enable this. In order to perform some
735 void LoopBlocksDFS::perform(LoopInfo *LI) { function in class:LoopBlocksDFS
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java89 @Override public void perform() {
102 switchPayloadTask.perform();
127 void perform(); method in interface:MutableMethodImplementation.Task
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java535 /** An operation to perform on a list. */
537 void perform(List<Integer> list); method in interface:ImmutableListTest.ConcurrentTests.ListFrobber
543 public void perform(List<Integer> list) {
552 public void perform(List<Integer> list) {
561 public void perform(List<Integer> list) {
626 remainingActions.next().perform(delegate);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 326 milliseconds

12