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

  /frameworks/base/core/java/android/animation/
Keyframes.java 22 * ValueAnimator to calculate values between those keyframes for a given animation.
25 public interface Keyframes extends Cloneable {
29 * is required only for Keyframes that are not either IntKeyframes or FloatKeyframes,
38 * @return The value type contained by the contained Keyframes.
49 * just using the two keyframes at the appropriate end when the value is outside those bounds.
57 * @return A list of all Keyframes contained by this. This may return null if this is
58 * not made up of Keyframes.
62 Keyframes clone();
65 * A specialization of Keyframes that has integer primitive value calculation.
67 public interface IntKeyframes extends Keyframes {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 194 milliseconds