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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DParallax.java30 * Parallax tracks a list of dynamic {@link Property}s typically representing foreground UI
31 * element positions on screen. Parallax keeps a list of {@link ParallaxEffect} objects which define
39 * Parallax<IntProperty> parallax = new Parallax<IntProperty>() {...};
48 * list of {@link PropertyMarkerValue} which defines the range of {@link Parallax.IntProperty} or
49 * {@link Parallax.FloatProperty}. Then user adds {@link ParallaxTarget} into
53 * App may subclass {@link Parallax.IntProperty} or {@link Parallax.FloatProperty} to supply
55 * a great example of Parallax implementation tracking child view positions on screen.
59 * <li>FloatProperty and IntProperty cannot be mixed in one Parallax</l
78 public abstract class Parallax<PropertyT extends android.util.Property> { class
[all...]

Completed in 37 milliseconds