OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatKeyframes
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/animation/
Keyframes.java
29
* is required only for Keyframes that are not either IntKeyframes or
FloatKeyframes
,
86
public interface
FloatKeyframes
extends Keyframes {
PathKeyframes.java
35
* as either an IntKeyframes or
FloatKeyframes
.
156
* Returns a
FloatKeyframes
for the X component of the Path.
157
* @return a
FloatKeyframes
for the X component of the Path.
159
public
FloatKeyframes
createXFloatKeyframes() {
170
* Returns a
FloatKeyframes
for the Y component of the Path.
171
* @return a
FloatKeyframes
for the Y component of the Path.
173
public
FloatKeyframes
createYFloatKeyframes() {
248
implements
FloatKeyframes
{
PropertyValuesHolder.java
569
} else if (keyframes instanceof Keyframes.
FloatKeyframes
) {
571
(Keyframes.
FloatKeyframes
) keyframes);
583
} else if (keyframes instanceof Keyframes.
FloatKeyframes
) {
584
return new FloatPropertyValuesHolder(property, (Keyframes.
FloatKeyframes
) keyframes);
[
all
...]
FloatKeyframeSet.java
33
class FloatKeyframeSet extends KeyframeSet implements Keyframes.
FloatKeyframes
{
/frameworks/base/
compiled-classes-phone
108
android.animation.Keyframes$
FloatKeyframes
[
all
...]
Completed in 118 milliseconds