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

1 2

  /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...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java 107 true, TextUtils.TruncateAt.MIDDLE, outerWidth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 244 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
246 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 72 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
77 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 85 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
89 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/WebCore/rendering/style/
RenderStyleConstants.h 111 BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 74 TextUtils.TruncateAt.MIDDLE, ELLIPSIZE_WIDTH);
TextUtilsTest.java 364 " In the code it looks like this does the same as MIDDLE. " +
385 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
388 // In the code it looks like this does the same as MIDDLE.
403 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString());
406 TextUtils.ellipsize(text, null, textWidth, TruncateAt.MIDDLE);
413 TextUtils.ellipsize(null, p, textWidth, TruncateAt.MIDDLE);
431 " In the code it looks like this does the same as MIDDLE. " +
476 // TruncateAt.MIDDLE, specify preserveLength
481 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true,
486 // TruncateAt.MIDDLE, specify preserveLength, but does not specify callback
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 117 mText1.setEllipsize(TextUtils.TruncateAt.MIDDLE);
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 281 kind = TextUtils.TruncateAt.MIDDLE;
327 // In middle, both without, before & after a false match.
  /external/webkit/WebCore/page/mac/
FrameMac.mm 438 case MIDDLE:
  /external/qemu/android/
hw-events.h 408 BTN_CODE(MIDDLE, 0x112) \
  /external/bluetooth/glib/tests/
queue-test.c 155 enum { OFF_QUEUE, HEAD, TAIL, MIDDLE, LAST } where;
179 case MIDDLE:
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 683 case MIDDLE:
    [all...]
RenderBoxModelObject.cpp     [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 956 MIDDLE,
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 707 milliseconds

1 2