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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuUI.java986 private boolean receivedKeyPressed = false; field in class:BasicPopupMenuUI.MenuKeyboardHelper
1014 receivedKeyPressed = false;
1189 receivedKeyPressed = false;
1199 receivedKeyPressed = true;
1204 if (receivedKeyPressed) {
1205 receivedKeyPressed = false;
1211 if (receivedKeyPressed) {

Completed in 38 milliseconds