Searched refs:rating (Results 1 - 2 of 2) 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
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 70 milliseconds