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

/frameworks/base/core/java/android/widget/
H A DRatingBar.java30 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
32 * the default size RatingBar. The smaller RatingBar style (
37 * When using a RatingBar that supports user interaction, placing widgets to the
38 * left or right of the RatingBar is discouraged.
52 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
69 * @param ratingBar The RatingBar whose rating has changed.
75 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
85 public RatingBar(Context context, AttributeSet attrs, int defStyle) { method in class:RatingBar
88 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RatingBar,
115 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
119 public RatingBar(Context context) { method in class:RatingBar
[all...]

Completed in 38 milliseconds