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

/frameworks/base/core/java/android/widget/
H A DRatingBar.java28 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
30 * the default size RatingBar. The smaller RatingBar style (
35 * When using a RatingBar that supports user interaction, placing widgets to the
36 * left or right of the RatingBar is discouraged.
53 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
70 * @param ratingBar The RatingBar whose rating has changed.
76 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
86 public RatingBar(Context context, AttributeSet attrs, int defStyle) { method in class:RatingBar
89 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RatingBar,
116 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
120 public RatingBar(Context context) { method in class:RatingBar
[all...]

Completed in 39 milliseconds