Home | History | Annotate | Download | only in media

Lines Matching defs:mRatingValue

102     private final float mRatingValue;
108 mRatingValue = rating;
114 + (mRatingValue < 0.0f ? "unrated" : String.valueOf(mRatingValue));
125 dest.writeFloat(mRatingValue);
248 return mRatingValue >= 0.0f;
271 return (mRatingValue == 1.0f);
284 return (mRatingValue == 1.0f);
299 return mRatingValue;
316 return mRatingValue;