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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DParallaxEffect.java32 * ParallaxEffect class drives changes in {@link ParallaxTarget} in response to changes in
35 * ParallaxEffect has a list of {@link Parallax.PropertyMarkerValue}s which represents the range of
37 * {@link ParallaxEffect#performMapping(Parallax)} which computes a fraction between 0 and 1
42 * App use {@link Parallax#addEffect(PropertyMarkerValue...)} to create a ParallaxEffect.
44 public abstract class ParallaxEffect { class
54 ParallaxEffect() { method in class:ParallaxEffect
125 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
129 public final ParallaxEffect weights(float... weights) {
147 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
149 public final ParallaxEffect targe
[all...]

Completed in 108 milliseconds