HomeSort by relevance Sort by last modified time
    Searched defs:drawElement (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 112 drawElement(gc, element, offsetX, offsetY);
BaseLayoutRule.java 303 public void drawElement(IGraphics gc, IDragElement element, int offsetX, int offsetY) {
310 drawElement(gc, inner, offsetX, offsetY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 237 mRule.drawElement(gc, first, x + offsetX - bounds.x, y + offsetY - bounds.y);
301 mRule.drawElement(gc, first, offsetX, offsetY);

Completed in 174 milliseconds