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

  /frameworks/base/core/java/android/widget/
ZoomControls.java 83 fade(View.VISIBLE, 0.0f, 1.0f); method
87 fade(View.GONE, 1.0f, 0.0f); method
90 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:ZoomControls
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 42 /** Used as a pulse to gradually fade the contents of the window. */
50 /** How often to fade the contents of the window (in ms). */
74 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true);
104 // to run pulse to fade the contents.
125 * Start up the pulse to fade the screen, clearing any existing pulse to
135 * Stop the pulse to fade the screen.
144 // Upon receiving the fade pulse, we have the view perform a
145 // fade and then enqueue a new message to pulse at the desired
148 mView.fade();
193 public void fade() { method in class:TouchPaint.MyView
    [all...]
  /frameworks/base/core/java/android/view/
View.java 6991 final Shader fade = scrollabilityCache.shader; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 333 fade(View.VISIBLE, 0.0f, 1.0f); method
337 fade(View.GONE, 1.0f, 0.0f); method
340 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:WebView.ExtendedZoomControls
    [all...]

Completed in 725 milliseconds