Home | History | Annotate | Download | only in cocoa

Lines Matching refs:Fade

28     kBubbleShowingTimer,   // Waiting to fade in
29 kBubbleShowingFadeIn, // In a fade-in transition
31 kBubbleHidingTimer, // Waiting to fade out
32 kBubbleHidingFadeOut // In a fade-out transition
54 // Delegate method called when a fade-in or fade-out transition has
88 // of |show|. This must be called from the appropriate fade state,
91 // called at any point during a fade-in or fade-out; it is even possible to
93 void Fade(bool show);