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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1670 * Used by the {@code liesIn} method to return which section
1673 * @see #liesIn
1727 private static Section liesIn(Rectangle rect, Point p, boolean horizontal, method in class:SwingUtilities2
1779 * See the documentation for {@link #liesIn} for more information
1796 return liesIn(rect, p, true, ltr, three);
1804 * See the documentation for {@link #liesIn} for more information
1819 return liesIn(rect, p, false, false, three);

Completed in 32 milliseconds