Home | History | Annotate | Download | only in media

Lines Matching defs:RATING_HEART

35  * A rating is defined by its rating style (see {@link #RATING_HEART},
48 @IntDef({RATING_NONE, RATING_HEART, RATING_THUMB_UP_DOWN, RATING_3_STARS, RATING_4_STARS,
72 public final static int RATING_HEART = 1;
150 * @param ratingStyle one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
157 case RATING_HEART:
171 * Create and return a new Rating instance with a rating style of {@link #RATING_HEART},
177 return new RatingCompat(RATING_HEART, hasHeart ? 1.0f : 0.0f);
253 * @return one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
265 * if the rating style is not {@link #RATING_HEART} or if it is unrated.
268 if (mRatingStyle != RATING_HEART) {
335 case RATING_HEART:
376 case RATING_HEART: