Home | History | Annotate | Download | only in launcher2

Lines Matching full:direction

56      * @param direction If direction is true, the value goes towards 1.0f.  If direction
59 public void start(boolean direction) {
60 start(direction, SystemClock.uptimeMillis());
66 * @param direction If direction is true, the value goes towards 1.0f. If direction
72 public void start(boolean direction, long baseTime) {
73 if (direction != mDirection) {
81 // reverse direction
86 mDirection = direction;