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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Parallax.java 230 private final float mFactionOfMax;
239 mFactionOfMax = fractionOfMax;
246 return mFactionOfMax == 0 ? mValue : mValue + Math.round(source
247 .getMaxValue() * mFactionOfMax);
382 private final float mFactionOfMax;
391 mFactionOfMax = fractionOfMax;
398 return mFactionOfMax == 0 ? mValue : mValue + source.getMaxValue()
399 * mFactionOfMax;
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 566 milliseconds