Searched defs:RatingBar (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRatingBar.java27 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
29 * the default size RatingBar. The smaller RatingBar style (
34 * When using a RatingBar that supports user interaction, placing widgets to the
35 * left or right of the RatingBar is discouraged.
49 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
66 * @param ratingBar The RatingBar whose rating has changed.
72 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
82 public RatingBar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:RatingBar
86 public RatingBar(Contex method in class:RatingBar
116 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
120 public RatingBar(Context context) { method in class:RatingBar
[all...]

Completed in 40 milliseconds