Home | History | Annotate | Download | only in animation

Lines Matching defs:in

5  * Redistribution and use in source and binary forms, with or without

12 * * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
121 //fade in
284 boolean in = true;
287 public FadeEvent(boolean in) {
289 this.in = in;
290 value = in ? 0 : 1;
297 if (in) {
310 value = in ? 1 : 0;
314 if (in) {