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

1 2

  /external/chromium/chrome/browser/automation/
ui_controls.h 68 MIDDLE,
86 // A combination of SendMouseMove to the middle of the view followed by
ui_controls_linux.cc 211 event->button.button = type == LEFT ? 1 : (type == MIDDLE ? 2 : 3);
239 else if (type == MIDDLE)
ui_controls_win.cc 288 case MIDDLE:
  /external/srec/tools/grxmlcompile/
vocab.h 72 typedef enum PelPosition {LEFT, RIGHT, MIDDLE};
  /external/v8/test/mjsunit/
cyrillic.js 37 MIDDLE: "\u0427", // CHE
38 middle: "\u0447", // che
52 MIDDLE: SIGMA, // SIGMA
53 middle: sigma, // sigma
70 var middle = lc ? chars.middle : chars.MIDDLE;
73 var middle_other_case = lc ? chars.MIDDLE : chars.middle;
77 assertTrue(Range(first, last).test(middle), 2)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 77 TextUtils.TruncateAt.MIDDLE, ELLIPSIZE_WIDTH);
383 TextUtils.TruncateAt.MIDDLE,
405 // Multilines (6 lines) and TruncateAt.MIDDLE so no ellipsis at all
407 TextUtils.TruncateAt.MIDDLE,
447 // Single line case and TruncateAt.MIDDLE so that we have some ellipsis
449 TextUtils.TruncateAt.MIDDLE,
TextUtilsTest.java 356 " In the code it looks like this does the same as MIDDLE. " +
377 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
380 // In the code it looks like this does the same as MIDDLE.
393 assertEquals("", TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
396 TextUtils.ellipsize(text, null, textWidth, TruncateAt.MIDDLE);
403 TextUtils.ellipsize(null, p, textWidth, TruncateAt.MIDDLE);
421 " In the code it looks like this does the same as MIDDLE. " +
466 // TruncateAt.MIDDLE, specify preserveLength
471 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true,
476 // TruncateAt.MIDDLE, specify preserveLength, but does not specify callback
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountsListAdapter.java 101 text2.setEllipsize(TruncateAt.MIDDLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 246 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
248 text.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 73 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
78 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE);
UiFlagAttributeNode.java 88 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
92 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
UiResourceAttributeNode.java 97 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
101 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
UiPackageAttributeNode.java 110 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
UiClassAttributeNode.java 258 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
262 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 129 case MIDDLE:
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 110 BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 105 mText1.setEllipsize(TextUtils.TruncateAt.MIDDLE);
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 313 // nullable fields (e.g. Middle Name) are usually represented as empty columns,
520 textView.setEllipsize(TruncateAt.MIDDLE);
  /external/qemu/android/
hw-events.h 408 BTN_CODE(MIDDLE, 0x112) \
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 291 kind = TextUtils.TruncateAt.MIDDLE;
337 // In middle, both without, before & after a false match.
  /external/bluetooth/glib/tests/
queue-test.c 155 enum { OFF_QUEUE, HEAD, TAIL, MIDDLE, LAST } where;
179 case MIDDLE:
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 710 else if (verticalAlign == MIDDLE)
    [all...]
RenderTableCell.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 609 text, paint, maxWidth / MIN_TEXT_XSCALE, TextUtils.TruncateAt.MIDDLE);
    [all...]

Completed in 1205 milliseconds

1 2