Searched defs:offsetValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java210 * {@link Parallax#getMaxValue()} and adding offsetValue to it.
212 * @param offsetValue An offset integer value to be added to marker
219 public final PropertyMarkerValue at(int offsetValue, argument
221 return new IntPropertyMarkerValue(this, offsetValue, fractionOfMaxParentVisibleSize);
363 * {@link Parallax#getMaxValue()} and adding offsetValue to it.
365 * @param offsetValue An offset float value to be added to marker value.
371 public final PropertyMarkerValue at(float offsetValue, argument
373 return new FloatPropertyMarkerValue(this, offsetValue, fractionOfMaxParentVisibleSize);

Completed in 24 milliseconds