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

  /frameworks/base/core/java/android/animation/
IntKeyframeSet.java 33 class IntKeyframeSet extends KeyframeSet implements Keyframes.IntKeyframes {
34 public IntKeyframeSet(IntKeyframe... keyframes) {
44 public IntKeyframeSet clone() {
51 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java 220 return new IntKeyframeSet((Property<?, Integer>) property, values);
246 private static class IntKeyframeSet<T> extends KeyframeSet {
250 public IntKeyframeSet(Property<T, Integer> property, int[] values) {
  /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 
android-all-stubs.jar 

Completed in 209 milliseconds