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

/frameworks/base/media/java/android/media/
H A DRating.java25 * A class to encapsulate rating information used as content metadata.
26 * A rating is defined by its rating style (see {@link #RATING_HEART},
28 * {@link #RATING_5_STARS} or {@link #RATING_PERCENTAGE}) and the actual rating value (which may
29 * be defined as "unrated"), both of which are defined when the rating instance is constructed
37 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to
43 * A rating style for "thumb up" vs "thumb down".
48 * A rating style with 0 to 3 stars.
53 * A rating styl
73 Rating(int ratingStyle, float rating) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRatingBar.java30 * A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
31 * stars. The user can touch/drag or use arrow keys to set the rating when using
55 * A callback that notifies clients when the rating has been changed. This
63 * Notification that the rating has changed. Clients can use the
66 * while the user is dragging, only when the user finalizes a rating by
69 * @param ratingBar The RatingBar whose rating has changed.
70 * @param rating The current rating. This will be in the range
72 * @param fromUser True if the rating change was initiated by a user's
75 void onRatingChanged(RatingBar ratingBar, float rating, boolea argument
193 setRating(float rating) argument
[all...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java319 entry.getChild(GDATA_NAMESPACE, "rating")
323 video.rating = average == null
441 if (localName.equals("rating")) {
443 video.rating = average == null
532 public float rating; // ranges from 0.0 to 5.0 field in class:SafeSaxTest.YouTubeVideo

Completed in 144 milliseconds