HomeSort by relevance Sort by last modified time
    Searched refs:fade (Results 1 - 8 of 8) 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/app/
Animation.java 57 // Supply a custom animation. This one will just fade the new
61 overridePendingTransition(R.anim.fade, R.anim.hold);
  /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...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 537 private void doDim(boolean fade) {
557 fade ? R.anim.dim
566 fade ? R.anim.undim
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [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 135 milliseconds