FileDocCategorySizeDatePackage
Parallaxable.javaAPI DocAndroid 5.1 API1057Thu Mar 12 22:22:50 GMT 2015com.android.bitmap.drawable

Parallaxable

public interface Parallaxable
{@link Drawable}s that support a parallax effect when drawing should implement this interface to receive the current parallax fraction to use when drawing.

Fields Summary
Constructors Summary
Methods Summary
public voidsetParallaxFraction(float fraction)

param
fraction the vertical center point for the viewport, in the range [0,1]