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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextJustifier.java78 public static final int MAX_PRIORITY = 3; field in class:TextJustifier
103 boolean lastPass = p > MAX_PRIORITY;
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java257 public final static int MAX_PRIORITY = 10; field in class:Thread
1090 * <code>MAX_PRIORITY</code>.
1096 * @see #MAX_PRIORITY
1103 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) {

Completed in 39 milliseconds