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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java885 * @param checkLoc if true the location is checked to make sure
890 boolean adjustSB(int x, int y, boolean checkLoc) { argument
895 if (checkLoc && (x < -innerR || x > innerR || y < -innerR ||
904 if (checkLoc) {
911 if (checkLoc) {
921 if (checkLoc) {
928 if (checkLoc) {

Completed in 43 milliseconds