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

  /frameworks/base/media/java/android/media/
Rating.java 25 * A rating is defined by its rating style (see {@link #RATING_HEART},
45 public final static int RATING_HEART = 1;
122 * @param ratingStyle one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
129 case RATING_HEART:
143 * Create and return a new Rating instance with a rating style of {@link #RATING_HEART},
149 return new Rating(RATING_HEART, hasHeart ? 1.0f : 0.0f);
224 * @return one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
235 * if the rating style is not {@link #RATING_HEART} or if it is unrated.
238 if (mRatingStyle != RATING_HEART) {
  /frameworks/support/v4/java/android/support/v4/media/
RatingCompat.java 26 * A rating is defined by its rating style (see {@link #RATING_HEART},
46 public final static int RATING_HEART = 1;
124 * @param ratingStyle one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
131 case RATING_HEART:
145 * Create and return a new Rating instance with a rating style of {@link #RATING_HEART},
151 return new RatingCompat(RATING_HEART, hasHeart ? 1.0f : 0.0f);
226 * @return one of {@link #RATING_HEART}, {@link #RATING_THUMB_UP_DOWN},
237 * if the rating style is not {@link #RATING_HEART} or if it is unrated.
240 if (mRatingStyle != RATING_HEART) {
309 case RATING_HEART
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 55 milliseconds