Home
last modified time | relevance | path

Searched refs:AnimationUtil (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/
H A DAbstractNotificationPopup.java23 import org.eclipse.jface.notifications.internal.AnimationUtil;
24 import org.eclipse.jface.notifications.internal.AnimationUtil.FadeJob;
25 import org.eclipse.jface.notifications.internal.AnimationUtil.IFadeListener;
147 this.fadeJob = AnimationUtil.fadeIn(this.shell, new IFadeListener() { in open()
181 this.fadeJob = AnimationUtil.fadeOut(getShell(), new IFadeListener() { in closeFade()
191 AbstractNotificationPopup.this.fadeJob = AnimationUtil.fastFadeIn(shell, new IFadeListener() { in closeFade()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/internal/
H A DAnimationUtil.java24 public class AnimationUtil { class