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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java74 private int animationIndex = 0; field in class:BasicProgressBarUI
973 return animationIndex;
1005 if (animationIndex != newValue) {
1007 animationIndex = newValue;
1018 animationIndex = newValue;
1027 } else { //animationIndex == newValue
1128 /** Initialize cycleTime, repaintInterval, numFrames, animationIndex. */
1185 numFrames = animationIndex = 0;

Completed in 38 milliseconds