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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DAnimationController.java76 private final static Object ANIMATION_CONTROLLER_KEY = field in class:AnimationController
77 new StringBuilder("ANIMATION_CONTROLLER_KEY");
89 Object obj = appContext.get(ANIMATION_CONTROLLER_KEY);
92 appContext.put(ANIMATION_CONTROLLER_KEY, obj);
320 .put(ANIMATION_CONTROLLER_KEY, null);

Completed in 29 milliseconds