OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntKeyframeSet
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/animation/
IntKeyframeSet.java
33
class
IntKeyframeSet
extends KeyframeSet implements Keyframes.IntKeyframes {
39
public
IntKeyframeSet
(IntKeyframe... keyframes) {
49
public
IntKeyframeSet
clone() {
56
IntKeyframeSet
newSet = new
IntKeyframeSet
(newKeyframes);
KeyframeSet.java
79
return new
IntKeyframeSet
(keyframes);
134
return new
IntKeyframeSet
(intKeyframes);
165
* is required only for KeyframeSets that are not either
IntKeyframeSet
or FloatKeyframeSet,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java
222
return new
IntKeyframeSet
((Property<?, Integer>) property, values);
248
private static class
IntKeyframeSet
<T> extends KeyframeSet {
252
public
IntKeyframeSet
(Property<T, Integer> property, int[] values) {
/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
/frameworks/base/
compiled-classes-phone
101
android.animation.
IntKeyframeSet
[
all
...]
Completed in 100 milliseconds