Searched defs:animationFrame (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java97 final int animationFrame; field in class:JRSUIState.AnimationFrameState
100 AnimationFrameState(final long encodedState, final int animationFrame) { argument
102 this.animationFrame = derivedAnimationFrame = animationFrame;
107 return super.isDerivationSame() && (animationFrame == derivedAnimationFrame);
118 derivedAnimationFrame = animationFrame;
128 control.set(Key.ANIMATION_FRAME, animationFrame);
134 return animationFrame == ((AnimationFrameState)obj).animationFrame && super.equals(obj);
139 return super.hashCode() ^ animationFrame;
[all...]

Completed in 30 milliseconds