HomeSort by relevance Sort by last modified time
    Searched refs:arrowWidth (Results 1 - 3 of 3) 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...]
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java 137 final int arrowWidth = root.findViewById(R.id.arrow_image).getMeasuredWidth();
139 (width * 3 / 4 - arrowWidth / 2) : (width / 4 + arrowWidth / 2);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm     [all...]

Completed in 665 milliseconds