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

1 2 3

  /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/chromium_org/chrome_frame/test/
simulate_input.h 50 enum MouseButton { LEFT, RIGHT, MIDDLE, X };
  /external/chromium_org/ui/base/test/
ui_controls.h 69 MIDDLE,
ui_controls_gtk.cc 216 event->button.button = type == LEFT ? 1 : (type == MIDDLE ? 2 : 3);
247 else if (type == MIDDLE)
ui_controls_internal_win.cc 310 case MIDDLE:
  /external/srec/tools/grxmlcompile/
vocab.h 72 typedef enum PelPosition {LEFT, RIGHT, MIDDLE};
  /external/chromium_org/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...]
  /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,
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 20 using ui_controls::MIDDLE;
ui_controls_factory_aurax11.cc 29 using ui_controls::MIDDLE;
183 case 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 114 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
118 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java 101 text2.setEllipsize(TruncateAt.MIDDLE);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
FolderSpan.java 134 // middle-ellipsize long strings
137 bgWidth - 2 * paddingW, TextUtils.TruncateAt.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));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 105 mText1.setEllipsize(TextUtils.TruncateAt.MIDDLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 551 text, paint, upscaledWidth, TextUtils.TruncateAt.MIDDLE);
565 TextUtils.TruncateAt.MIDDLE);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 127 BASELINE, MIDDLE, SUB, SUPER, TEXT_TOP,
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 237 title.setEllipsize(TruncateAt.MIDDLE);

Completed in 1102 milliseconds

1 2 3