Searched refs:mFactionOfMax (Results 1 – 1 of 1) sorted by relevance
230 private final float mFactionOfMax; field in Parallax.IntPropertyMarkerValue239 mFactionOfMax = fractionOfMax; in IntPropertyMarkerValue()246 return mFactionOfMax == 0 ? mValue : mValue + Math.round(source in getMarkerValue()247 .getMaxValue() * mFactionOfMax); in getMarkerValue()382 private final float mFactionOfMax; field in Parallax.FloatPropertyMarkerValue391 mFactionOfMax = fractionOfMax; in FloatPropertyMarkerValue()398 return mFactionOfMax == 0 ? mValue : mValue + source.getMaxValue() in getMarkerValue()399 * mFactionOfMax; in getMarkerValue()