Home | History | Annotate | Download | only in media

Lines Matching refs:mRatingStyle

104     private final int mRatingStyle;
108 mRatingStyle = ratingStyle;
114 return "Rating2:style=" + mRatingStyle + " rating="
124 return mRatingStyle == other.mRatingStyle && mRatingValue == other.mRatingValue;
129 return ObjectsCompat.hash(mRatingStyle, mRatingValue);
151 bundle.putInt(KEY_STYLE, mRatingStyle);
273 return mRatingStyle;
282 return mRatingStyle == RATING_HEART && mRatingValue == 1.0f;
291 return mRatingStyle == RATING_THUMB_UP_DOWN && mRatingValue == 1.0f;
300 switch (mRatingStyle) {
319 if ((mRatingStyle != RATING_PERCENTAGE) || !isRated()) {