Home | History | Annotate | Download | only in graphics

Lines Matching defs:fade

63     /** Used as a pulse to gradually fade the contents of the window. */
72 /** How often to fade the contents of the window (in ms). */
117 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true);
151 // to run pulse to fade the contents.
177 * Start up the pulse to fade the screen, clearing any existing pulse to
186 * Stop the pulse to fade the screen.
193 * Schedule a fade message for later.
203 // Upon receiving the fade pulse, we have the view perform a
204 // fade and then enqueue a new message to pulse at the desired
207 mView.fade();
267 public void fade() {