com.nirhart.parallaxscroll.views
Class ParallaxScrollView.ScrollViewParallaxedItem

java.lang.Object
  extended by com.nirhart.parallaxscroll.views.ParallaxedView
      extended by com.nirhart.parallaxscroll.views.ParallaxScrollView.ScrollViewParallaxedItem
Enclosing class:
ParallaxScrollView

protected class ParallaxScrollView.ScrollViewParallaxedItem
extends ParallaxedView


Field Summary
 
Fields inherited from class com.nirhart.parallaxscroll.views.ParallaxedView
animations, isAPI11, lastOffset, view
 
Constructor Summary
ParallaxScrollView.ScrollViewParallaxedItem(android.view.View view)
           
 
Method Summary
protected  void translatePreICS(android.view.View view, float offset)
           
 
Methods inherited from class com.nirhart.parallaxscroll.views.ParallaxedView
addAnimation, alphaPreICS, animateNow, is, setAlpha, setOffset, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallaxScrollView.ScrollViewParallaxedItem

public ParallaxScrollView.ScrollViewParallaxedItem(android.view.View view)
Method Detail

translatePreICS

protected void translatePreICS(android.view.View view,
                               float offset)
Specified by:
translatePreICS in class ParallaxedView