HomeSort by relevance Sort by last modified time
    Searched defs:RATING_HEART (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/
Rating.java 26 * A rating is defined by its rating style (see {@link #RATING_HEART},
40 public final static int RATING_HEART = 1;
118 * @param ratingStyle one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
125 case RATING_HEART:
139 * Create and return a new Rating instance with a rating style of {@link #RATING_HEART},
145 return new Rating(RATING_HEART, hasHeart ? 1.0f : 0.0f);
220 * @return one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
231 * if the rating style is not {@link #RATING_HEART} or if it is unrated.
234 if (mRatingStyle != RATING_HEART) {
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1706 milliseconds