/**@class android.view.animation.BounceInterpolator implements com.android.internal.view.animation.NativeInterpolatorFactory @extends android.view.animation.BaseInterpolator An interpolator where the change bounces at the end. */ var BounceInterpolator = { /** */ getInterpolation : function( ) {}, /** @hide */ createNativeInterpolator : function( ) {}, };