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

  /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) {
  /packages/apps/Phone/src/com/android/phone/
AnimationUtils.java 54 public static class Fade {
56 // View tag that's set during the fade-out animation; see hide() and
64 * of a fade-out animation), this method will return without doing
70 if (FADE_DBG) log("Fade: SHOW view " + view + "...");
71 if (FADE_DBG) log("Fade: - visibility = " + view.getVisibility());
75 // canceled an in-progress fade-out animation.
82 if (FADE_DBG) log("Fade: ==> SHOW " + view
85 if (FADE_DBG) log("Fade: ==> Ignoring, already visible AND not fading out.");
95 * Note that *during* the fade-out the view itself will still have
105 if (FADE_DBG) log("Fade: HIDE view " + view + "...")
    [all...]
DTMFTwelveKeyDialer.java 679 * isn't fading out. Note that during fade-out animation the View will return VISIBLE but
683 * Fade-in animation, on the other hand, will set the View's visibility VISIBLE soon after
697 // (Note that if we're in the middle of a fade-out animation, that
702 && !AnimationUtils.Fade.isFadingOut(mDialerView));
730 AnimationUtils.Fade.show(mDialerView);
755 AnimationUtils.Fade.hide(mDialerView, View.GONE);
    [all...]
CallCard.java 725 // TODO: We will need fade-in animation. See issue 5236130.
    [all...]
InCallScreen.java     [all...]

Completed in 501 milliseconds