Searched refs:downShift (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorderMetrics.java42 public int downShift; field in class:AquaInternalFrameBorderMetrics
69 downShift = 0;
86 downShift = 0;
103 downShift = 1;
120 downShift = 0;
H A DAquaInternalFrameBorder.java434 y += insets.top + metrics.downShift;
/openjdk7/jdk/test/java/util/Arrays/
H A DCopyMethods.java39 static int downShift = 3; field in class:CopyMethods
294 x += (x << 1) >> downShift; // giant step toward crit1-D
297 x += (x << 1) >> downShift; // giant step toward crit2-D
322 downShift = 0;

Completed in 282 milliseconds