HomeSort by relevance Sort by last modified time
    Searched defs:Fade (Results 1 - 6 of 6) 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/InCallUI/src/com/android/incallui/
AnimationUtils.java 53 public static class Fade {
55 // View tag that's set during the fade-out animation; see hide() and
63 * of a fade-out animation), this method will return without doing
69 if (FADE_DBG) log("Fade: SHOW view " + view + "...");
70 if (FADE_DBG) log("Fade: - visibility = " + view.getVisibility());
74 // canceled an in-progress fade-out animation.
81 if (FADE_DBG) log("Fade: ==> SHOW " + view
84 if (FADE_DBG) log("Fade: ==> Ignoring, already visible AND not fading out.");
94 * Note that *during* the fade-out the view itself will still have
104 if (FADE_DBG) log("Fade: HIDE view " + view + "...")
    [all...]
CallCardFragment.java 308 AnimationUtils.Fade.show(mElapsedTime);
313 AnimationUtils.Fade.hide(mElapsedTime, View.INVISIBLE);
325 AnimationUtils.Fade.show(view);
  /frameworks/base/core/java/android/transition/
Fade.java 33 * <p>The ability of this transition to fade out a particular view, and the
49 * the starting scene view in order to fade it out.</p>
51 * <p>A Fade transition can be described in a resource file by using the
52 * tag <code>fade</code>, along with the standard
53 * attributes of {@link android.R.styleable#Fade} and
57 public class Fade extends Visibility {
61 private static final String LOG_TAG = "Fade";
62 private static final String PROPNAME_SCREEN_X = "android:fade:screenX";
63 private static final String PROPNAME_SCREEN_Y = "android:fade:screenY";
66 * Fading mode used in {@link #Fade(int)} to make the transitio
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 240 milliseconds