HomeSort by relevance Sort by last modified time
    Searched refs:MIDDLE (Results 1 - 25 of 39) 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 71 TextUtils.TruncateAt.MIDDLE, ELLIPSIZE_WIDTH);
282 TextUtils.TruncateAt.MIDDLE,
304 // Multilines (6 lines) and TruncateAt.MIDDLE so no ellipsis at all
306 TextUtils.TruncateAt.MIDDLE,
346 // Single line case and TruncateAt.MIDDLE so that we have some ellipsis
348 TextUtils.TruncateAt.MIDDLE,
TextUtilsTest.java 344 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
347 // In the code it looks like this does the same as MIDDLE.
360 assertEquals("", TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
363 TextUtils.ellipsize(text, null, textWidth, TruncateAt.MIDDLE);
370 TextUtils.ellipsize(null, p, textWidth, TruncateAt.MIDDLE);
420 // TruncateAt.MIDDLE, specify preserveLength
425 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true,
430 // TruncateAt.MIDDLE, specify preserveLength, but does not specify callback.
433 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true,
440 // In the code it looks like this does the same as MIDDLE
    [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 71 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
76 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 107 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
111 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 259 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
263 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);
  /external/qemu/android/
hw-events.h 419 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.
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 328 // nullable fields (e.g. Middle Name) are usually represented as empty columns,
565 textView.setEllipsize(TruncateAt.MIDDLE);
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 710 else if (verticalAlign == MIDDLE)
    [all...]
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 687 case MIDDLE:
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 554 text, paint, maxWidth / MIN_TEXT_XSCALE, TextUtils.TruncateAt.MIDDLE);
    [all...]

Completed in 1021 milliseconds

1 2