com.nirhart.parallaxscroll.views
Class ParallaxListViewHelper.ListViewParallaxedItem

java.lang.Object
  extended by com.nirhart.parallaxscroll.views.ParallaxedView
      extended by com.nirhart.parallaxscroll.views.ParallaxListViewHelper.ListViewParallaxedItem
Enclosing class:
ParallaxListViewHelper

protected class ParallaxListViewHelper.ListViewParallaxedItem
extends ParallaxedView


Field Summary
 
Fields inherited from class com.nirhart.parallaxscroll.views.ParallaxedView
animations, isAPI11, lastOffset, view
 
Constructor Summary
ParallaxListViewHelper.ListViewParallaxedItem(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

ParallaxListViewHelper.ListViewParallaxedItem

public ParallaxListViewHelper.ListViewParallaxedItem(android.view.View view)
Method Detail

translatePreICS

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