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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 60 private Composite win32Hack;
113 win32Hack = new Composite(this, SWT.NONE);
114 win32Hack.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE));
115 win32Hack.moveAbove(null);
116 win32Hack.moveBelow(m_text);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 47 milliseconds