HomeSort by relevance Sort by last modified time
    Searched refs:Fade (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 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)
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 31 // How long the fade should last for.
114 // Also fade in/out the bubble border window.
340 Fade(true); // |fade_in|.
354 Fade(false); // |fade_in|.
357 void Bubble::Fade(bool fade_in) {
bubble.h 57 // Whether the Bubble should fade in when opening. When trying to determine
118 // Whether the Bubble should fade away when it closes. Generally speaking,
186 void Fade(bool fade_in);
194 // The animation used to fade the bubble out.
200 // Whether to fade away when the bubble closes.
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 618 // (Note that if we're in the middle of a fade-out animation, that
622 && !CallCard.Fade.isFadingOut(mDialerView));
637 CallCard.Fade.show(mDialerView);
657 CallCard.Fade.hide(mDialerView, View.GONE);
CallCard.java 697 // When hiding, do a smooth fade-out animation.
698 Fade.hide(mCallStateLabel, View.GONE);
701 // sure you don't see a fade-in at the very beginning of a
    [all...]
InCallScreen.java     [all...]

Completed in 1513 milliseconds