com.ooyala.android.ui.FCCTVRatingView Class Reference
Inheritance diagram for com.ooyala.android.ui.FCCTVRatingView:

Classes

class  RestoreState
 

Public Member Functions

 FCCTVRatingView (Context context)
 
 FCCTVRatingView (Context context, AttributeSet attrs)
 
RestoreState getRestoreState ()
 
void restoreState (RestoreState state)
 
void reshow ()
 
boolean onTouchEvent (MotionEvent event)
 
void setTVRatingConfiguration (FCCTVRatingConfiguration TVRatingConfiguration)
 For the configuration to actually take effect, it must be set before Android's layout system calls onMeasure. More...
 
void setTVRating (FCCTVRating tvRating)
 
FCCTVRating getTVRating ()
 

Protected Member Functions

void onDetachedFromWindow ()
 
void onMeasure (int widthMeasureSpec, int heightMeasureSpec)
 
void onSizeChanged (int w, int h, int oldw, int oldh)
 
void onDraw (Canvas canvas)
 

Constructor & Destructor Documentation

com.ooyala.android.ui.FCCTVRatingView.FCCTVRatingView ( Context  context)
com.ooyala.android.ui.FCCTVRatingView.FCCTVRatingView ( Context  context,
AttributeSet  attrs 
)

Member Function Documentation

RestoreState com.ooyala.android.ui.FCCTVRatingView.getRestoreState ( )
FCCTVRating com.ooyala.android.ui.FCCTVRatingView.getTVRating ( )
void com.ooyala.android.ui.FCCTVRatingView.onDetachedFromWindow ( )
protected
void com.ooyala.android.ui.FCCTVRatingView.onDraw ( Canvas  canvas)
protected
void com.ooyala.android.ui.FCCTVRatingView.onMeasure ( int  widthMeasureSpec,
int  heightMeasureSpec 
)
protected
void com.ooyala.android.ui.FCCTVRatingView.onSizeChanged ( int  w,
int  h,
int  oldw,
int  oldh 
)
protected
boolean com.ooyala.android.ui.FCCTVRatingView.onTouchEvent ( MotionEvent  event)
void com.ooyala.android.ui.FCCTVRatingView.reshow ( )
void com.ooyala.android.ui.FCCTVRatingView.restoreState ( RestoreState  state)
void com.ooyala.android.ui.FCCTVRatingView.setTVRating ( FCCTVRating  tvRating)
void com.ooyala.android.ui.FCCTVRatingView.setTVRatingConfiguration ( FCCTVRatingConfiguration  TVRatingConfiguration)

For the configuration to actually take effect, it must be set before Android's layout system calls onMeasure.