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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 347 int arrowWidth = m_button.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
398 int arrowWidth = m_button.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
447 int arrowWidth;
450 arrowWidth = sSize.x - m_spinner.getClientArea().width;
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
498 int arrowWidth = m_button.computeSize(-1, -1).x
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 532 int arrowWidth = size;
572 graphics.drawLine(x2 - arrowWidth, y2 - arrowHeight, x2, y2);
573 graphics.drawLine(x2 + arrowWidth, y2 - arrowHeight, x2, y2);
575 graphics.drawLine(x2 - arrowWidth, y2 + arrowHeight, x2, y2);
576 graphics.drawLine(x2 + arrowWidth, y2 + arrowHeight, x2, y2);
581 graphics.drawLine(x2 - arrowHeight, y2 - arrowWidth, x2, y2);
582 graphics.drawLine(x2 - arrowHeight, y2 + arrowWidth, x2, y2);
584 graphics.drawLine(x2 + arrowHeight, y2 - arrowWidth, x2, y2);
585 graphics.drawLine(x2 + arrowHeight, y2 + arrowWidth, x2, y2);
595 // Its two arrow lines are at (-arrowWidth, -arrowHeight) relativ
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 820 float arrowWidth = baseArrowWidth * fontScale;
821 float leftEdge = bounds.maxX() - arrowPaddingRight - arrowWidth;
823 if (bounds.width() < arrowWidth + arrowPaddingLeft)
833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 81 milliseconds