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

/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DResizingFrameTest.java43 private static volatile int mouseEnteredCount = 0; field in class:ResizingFrameTest
66 if (mouseEnteredCount != 1 || mouseExitedCount != 0) {
82 if (mouseEnteredCount != 1 || mouseExitedCount != 1) {
98 if (mouseEnteredCount != 2 || mouseExitedCount != 1) {
107 if (mouseEnteredCount != 2 || mouseExitedCount != 2) {
123 if (mouseEnteredCount != 3 || mouseExitedCount != 2) {
140 if (mouseEnteredCount != 3 || mouseExitedCount != 3) {
157 if (mouseEnteredCount != 4 || mouseExitedCount != 3) {
173 if (mouseEnteredCount != 4 || mouseExitedCount != 4) {
189 if (mouseEnteredCount !
[all...]

Completed in 61 milliseconds