Home
last modified time | relevance | path

Searched refs:ofPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/animation/
DCurvedTranslateAnimation.java34 mKeyframes = KeyframeSet.ofPath(path); in CurvedTranslateAnimation()
/frameworks/base/core/java/android/animation/
DObjectAnimator.java268 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()
310 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()
467 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()
510 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()
DKeyframeSet.java147 public static PathKeyframes ofPath(Path path) { in ofPath() method in KeyframeSet
151 public static PathKeyframes ofPath(Path path, float error) { in ofPath() method in KeyframeSet
DPropertyValuesHolder.java218 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiInt()
337 Keyframes keyframes = KeyframeSet.ofPath(path); in ofMultiFloat()
430 pvh.mKeyframes = KeyframeSet.ofPath(path); in ofObject()
515 pvh.mKeyframes = KeyframeSet.ofPath(path); in ofObject()
DAnimatorInflater.java525 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error); in setupObjectAnimator()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1020 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;)Landroid/animation/PathKeyframes;
1021 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;F)Landroid/animation/PathKeyframes;