HomeSort by relevance Sort by last modified time
    Searched refs:newKeyframes (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 47 FloatKeyframe[] newKeyframes = new FloatKeyframe[numKeyframes];
49 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone();
51 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes);
IntKeyframeSet.java 47 IntKeyframe[] newKeyframes = new IntKeyframe[numKeyframes];
49 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone();
51 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes);
KeyframeSet.java 176 final Keyframe[] newKeyframes = new Keyframe[numKeyframes];
178 newKeyframes[i] = keyframes.get(i).clone();
180 KeyframeSet newSet = new KeyframeSet(newKeyframes);
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 249 milliseconds