/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2272 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2584 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2635 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2638 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2640 currentLightweightRequests = null; in processCurrentLightweightRequests() 2800 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2270 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2582 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2633 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2636 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2638 currentLightweightRequests = null; in processCurrentLightweightRequests() 2798 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2268 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2580 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2631 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2634 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2636 currentLightweightRequests = null; in processCurrentLightweightRequests() 2796 currentLightweightRequests = in retargetFocusGained()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 2272 private static LinkedList<LightweightFocusRequest> currentLightweightRequests; field in KeyboardFocusManager 2584 && (null == currentLightweightRequests); in isAutoFocusTransferEnabled() 2635 if (currentLightweightRequests != null) { in processCurrentLightweightRequests() 2638 localLightweightRequests = currentLightweightRequests; in processCurrentLightweightRequests() 2640 currentLightweightRequests = null; in processCurrentLightweightRequests() 2800 currentLightweightRequests = in retargetFocusGained()
|