}
}
};
Builder builder = new Builder();
builder.addTarget(timingTarget);
builder.setInterpolator(new AccelerationInterpolator(0, 0.9));
builder.setDuration(160, TimeUnit.MILLISECONDS);
boundsAnimator = builder.build();
boundsAnimator.start();
} else {
Rectangle oldBounds = new Rectangle(bounds.x, bounds.y, bounds.width, bounds.height);
bounds.x = x;