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

/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java2103 synchronized (heavyweightRequests) {
2104 for (HeavyweightFocusRequest req : heavyweightRequests) {
2207 * heavyweightRequests is used as a monitor for synchronized changes of
2211 private static LinkedList<HeavyweightFocusRequest> heavyweightRequests = field in class:KeyboardFocusManager
2244 synchronized (heavyweightRequests) {
2265 heavyweightRequests.add(hwFocusRequest);
2365 synchronized (heavyweightRequests) {
2390 heavyweightRequests.add(hwFocusRequest);
2437 int size = heavyweightRequests.size();
2439 ? heavyweightRequests
[all...]

Completed in 172 milliseconds