Searched defs: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.
50 public class RatingBar extends AbsSeekBar { class in inherits:AbsSeekBar
67 * @param ratingBar The RatingBar whose rating has changed.
73 void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser);
83 public RatingBar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:RatingBar
87 public RatingBar(Contex method in class:RatingBar
117 public RatingBar(Context context, AttributeSet attrs) { method in class:RatingBar
121 public RatingBar(Context context) { method in class:RatingBar
[all...]

Completed in 46 milliseconds