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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java46 * To create a {@link ParallaxEffect}, user calls {@link #addEffect(PropertyMarkerValue[])} with a
47 * list of {@link PropertyMarkerValue} which defines the range of {@link Parallax.IntProperty} or
83 public static class PropertyMarkerValue<PropertyT> { class in class:Parallax
86 public PropertyMarkerValue(PropertyT property) { method in class:Parallax.PropertyMarkerValue
167 * Creates an {@link PropertyMarkerValue} object for the absolute marker value.
170 * @return A new {@link PropertyMarkerValue} object.
172 public final PropertyMarkerValue atAbsolute(int absoluteValue) {
177 * Creates an {@link PropertyMarkerValue} object for the marker value representing
180 * @return A new {@link PropertyMarkerValue} object.
182 public final PropertyMarkerValue atMa
[all...]

Completed in 77 milliseconds