C# Class android.widget.RatingBar

Inheritance: android.widget.AbsSeekBar
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
RatingBar ( android arg0 )
RatingBar ( android arg0, android arg1 )
RatingBar ( android arg0, android arg1, int arg2 )
getNumStars ( ) : int
getOnRatingBarChangeListener ( ) : global::android.widget.RatingBar.OnRatingBarChangeListener
getRating ( ) : float
getStepSize ( ) : float
isIndicator ( ) : bool
setIsIndicator ( bool arg0 ) : void
setMax ( int arg0 ) : void
setNumStars ( int arg0 ) : void
setOnRatingBarChangeListener ( android arg0 ) : void
setOnRatingBarChangeListener ( global arg0 ) : void
setRating ( float arg0 ) : void
setStepSize ( float arg0 ) : void

Protected Methods

Method Description
RatingBar ( global @__env )
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Method Description
RatingBar ( )

Method Details

RatingBar() public method

public RatingBar ( android arg0 )
arg0 android

RatingBar() public method

public RatingBar ( android arg0, android arg1 )
arg0 android
arg1 android

RatingBar() public method

public RatingBar ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

RatingBar() protected method

protected RatingBar ( global @__env )
@__env global

getNumStars() public method

public getNumStars ( ) : int
return int

getOnRatingBarChangeListener() public method

public getOnRatingBarChangeListener ( ) : global::android.widget.RatingBar.OnRatingBarChangeListener
return global::android.widget.RatingBar.OnRatingBarChangeListener

getRating() public method

public getRating ( ) : float
return float

getStepSize() public method

public getStepSize ( ) : float
return float

isIndicator() public method

public isIndicator ( ) : bool
return bool

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setIsIndicator() public method

public setIsIndicator ( bool arg0 ) : void
arg0 bool
return void

setMax() public method

public setMax ( int arg0 ) : void
arg0 int
return void

setNumStars() public method

public setNumStars ( int arg0 ) : void
arg0 int
return void

setOnRatingBarChangeListener() public method

public setOnRatingBarChangeListener ( android arg0 ) : void
arg0 android
return void

setOnRatingBarChangeListener() public method

public setOnRatingBarChangeListener ( global arg0 ) : void
arg0 global
return void

setRating() public method

public setRating ( float arg0 ) : void
arg0 float
return void

setStepSize() public method

public setStepSize ( float arg0 ) : void
arg0 float
return void