Searched defs:floating (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java36 FLOAT(Float.class, float.class, 'F', (Float)(float)0, new float[0], Format.floating(32)),
37 DOUBLE(Double.class, double.class, 'D', (Double)(double)0, new double[0], Format.floating(64)),
103 static int floating(int size) { return format(FLOATING, size, (size > 32 ? 2 : 1)); } method in class:Wrapper.Format
199 // check relations with floating types:
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java55 private boolean floating; field in class:BasicToolBarUI
151 floating = false;
782 return floating;
794 this.floating = b;
886 * Gets the color displayed when over a floating area
893 * Sets the color displayed when over a floating area
1246 floating = false;
1385 * floating. The orientation is either one of <code>JToolBar.HORIZONTAL</code>

Completed in 51 milliseconds