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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 47 protected Button m_arrow; field in class:CTableCombo
65 m_arrow = new Button(this, SWT.ARROW | SWT.DOWN | SWT.NO_FOCUS);
86 if (m_arrow == event.widget) {
154 m_arrow.addListener(arrowEvents[i], listener);
178 if (focusControl == m_text || focusControl == m_arrow) {
299 m_arrow = null;
355 || focusControl == m_arrow
545 Point arrowSize = m_arrow.computeSize(SWT.DEFAULT, SWT.DEFAULT, changed);
567 Point arrowSize = m_arrow.computeSize(SWT.DEFAULT, height);
569 m_arrow.setBounds(rect.x + width - arrowSize.x, rect.y, arrowSize.x, arrowSize.y)
    [all...]
CCombo3.java 43 private final Button m_arrow; field in class:CCombo3
73 m_arrow = new Button(this, SWT.ARROW | SWT.DOWN);
74 addEvents(m_arrow, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut});
98 || m_arrow.isFocusControl()
503 Point buttonSize = m_arrow.computeSize(areaHeight, areaHeight);
506 m_arrow.setLocation(areaWidth - buttonSize.x, 0);
507 m_arrow.setSize(buttonSize);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 42 milliseconds