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

1 2 3

  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityClickAction.java 29 public static final AccessibilityClickAction SINGLE = new SingleClick(1000L);
44 return SINGLE.perform(element) && SINGLE.perform(element);
AccessibilityUiElementActor.java 37 uiElement.perform(AccessibilityClickAction.SINGLE);
  /external/droiddriver/src/com/google/android/droiddriver/actions/
ClickAction.java 31 public static final ClickAction SINGLE = new SingleClick(1000L);
44 SINGLE.perform(element);
45 SINGLE.perform(element);
EventUiElementActor.java 36 uiElement.perform(ClickAction.SINGLE);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Tap.java 32 SINGLE {
87 Tapper.Status stat = SINGLE.sendTap(uiController, coordinates, precision);
92 Tapper.Status secondStat = SINGLE.sendTap(uiController, coordinates, precision);
ViewActions.java 53 return new GeneralClickAction(Tap.SINGLE, GeneralLocation.CENTER, Press.FINGER);
57 * Returns an action that performs a single click on the view.
77 return new GeneralClickAction(Tap.SINGLE, GeneralLocation.CENTER, Press.FINGER,
GeneralClickAction.java 130 if (tapper == Tap.SINGLE && view instanceof WebView) {
TypeTextAction.java 99 new GeneralClickAction(Tap.SINGLE, GeneralLocation.CENTER, Press.FINGER)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 84 SINGLE='single'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 84 SINGLE='single'
  /external/fonttools/Lib/fontTools/
agl.py 248 2561;SF190000;BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
249 2562;SF200000;BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
250 2556;SF210000;BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
251 2555;SF220000;BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
256 255C;SF270000;BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
257 255B;SF280000;BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
258 255E;SF360000;BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
259 255F;SF370000;BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
267 2567;SF450000;BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
268 2568;SF460000;BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 165 final Text deviceSNText = new Text(main, SWT.SINGLE | SWT.BORDER);
181 final Text appNameText = new Text(main, SWT.SINGLE | SWT.BORDER);
197 final Text debugPortText = new Text(main, SWT.SINGLE | SWT.BORDER);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE);
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 69 SINGLE,
psb_xrandr.c 173 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = SINGLE;
177 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = SINGLE;
218 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = SINGLE;
325 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = SINGLE;
602 ret = (psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode == SINGLE) ? 1 : 0;
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 30 public static final boolean SINGLE = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 81 text = new Text(cell, SWT.SINGLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 91 SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, labelProvider,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 168 mStringValueField = new Text(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
191 mStringIdCombo = new Combo(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.DROP_DOWN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 93 mTree = new Tree(parent, SWT.SINGLE | SWT.VIRTUAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 201 mProjText = new Text(comp, SWT.SINGLE | SWT.BORDER);
230 mTestText = new Text(comp, SWT.SINGLE | SWT.BORDER);
276 mContainerText = new Text(comp, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY);
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 67 SINGLE,
650 case SINGLE:
676 case SINGLE:
764 return BuildArrayConstructor(kind, override_mode, SINGLE);
803 return BuildInternalArrayConstructor(kind, SINGLE);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 171 enum EBoxLines { SINGLE, MULTIPLE };
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 98 selectmode=SINGLE)

Completed in 703 milliseconds

1 2 3