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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIUtils.java48 static boolean currentMacOSXVersionMatchesGivenVersionRange(final int version, final boolean inclusive, final boolean matchBelow, final boolean matchAbove) { argument
63 if (matchAbove && minorVers > version) return true;

Completed in 204 milliseconds