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

/frameworks/base/core/java/android/widget/
H A DRatingBar.java29 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
31 * the default size RatingBar. The smaller RatingBar style (
36 * When using a RatingBar that supports user interaction, placing widgets to the
37 * left or right of the RatingBar is discouraged.
51 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
68 * @param ratingBar The RatingBar whose rating has changed.
74 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
84 public RatingBar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:RatingBar
88 public RatingBar(Contex method in class:RatingBar
118 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
122 public RatingBar(Context context) { method in class:RatingBar
[all...]

Completed in 103 milliseconds