HomeSort by relevance Sort by last modified time
    Searched refs:drawStringCV (Results 1 - 7 of 7) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDisplayPropertyEditor.java 36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
BooleanObjectPropertyEditor.java 74 DrawUtils.drawStringCV(gc, text, x, y, width, height);
BooleanPropertyEditor.java 73 DrawUtils.drawStringCV(gc, text, x, y, width, height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 78 DrawUtils.drawStringCV(gc, text, x, y, width, height);
XmlPropertyEditor.java 266 DrawUtils.drawStringCV(gc, text, x, y, width, height);
280 DrawUtils.drawStringCV(gc, '(' + resolvedText + ')', x, y, width, height);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 47 public static final void drawStringCV(GC gc, String text, int x, int y, int width, int height) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]

Completed in 145 milliseconds