/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 273 return ofPropertyValuesHolder(target, x, y); in ofInt() 315 return ofPropertyValuesHolder(target, x, y); in ofInt() 336 return ofPropertyValuesHolder(target, pvh); in ofMultiInt() 356 return ofPropertyValuesHolder(target, pvh); in ofMultiInt() 383 return ObjectAnimator.ofPropertyValuesHolder(target, pvh); in ofMultiInt() 472 return ofPropertyValuesHolder(target, x, y); in ofFloat() 515 return ofPropertyValuesHolder(target, x, y); in ofFloat() 537 return ofPropertyValuesHolder(target, pvh); in ofMultiFloat() 557 return ofPropertyValuesHolder(target, pvh); in ofMultiFloat() 584 return ObjectAnimator.ofPropertyValuesHolder(target, pvh); in ofMultiFloat() [all …]
|
D | ValueAnimator.java | 382 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { in ofPropertyValuesHolder() method in ValueAnimator
|
D | LayoutTransition.java | 291 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null, in LayoutTransition()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ParallaxTarget.java | 83 mAnimator = ObjectAnimator.ofPropertyValuesHolder(targetObject, values); in PropertyValuesHolderTarget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 166 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v, in applyToTaskView() 179 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v, in applyToTaskView()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | ResizeHWLayerActivity.java | 46 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhWidth, pvhHeight); in onCreate()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/ |
D | Utils.java | 135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, scaleX, scaleY); in getPulseAnimator()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialSelectorView.java | 344 ObjectAnimator disappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in getDisappearAnimator() 383 ObjectAnimator reappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in getReappearAnimator()
|
D | RadialTextsView.java | 305 mDisappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in renderAnimations() 330 mReappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in renderAnimations()
|
/frameworks/support/transition/src/android/support/transition/ |
D | TranslationAnimationCreator.java | 67 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(view, in createAnimation()
|
D | ChangeBounds.java | 443 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, origin); in createAnimator()
|
D | ChangeTransform.java | 317 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix, in createTransformAnimator()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray); in setupAnimator()
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 257 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider, in transformViewForTransition() 277 ObjectAnimator slideOut = ObjectAnimator.ofPropertyValuesHolder(animationSlider, in transformViewForTransition() 357 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(view, scalePropX, scalePropY, in transformViewAtIndex() 866 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider, 885 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
|
D | ActionMenuPresenter.java | 328 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, in runItemAnimations() 331 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX); in runItemAnimations() 334 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()
|
D | FastScroller.java | 1679 return ObjectAnimator.ofPropertyValuesHolder(v, left, top, right, bottom); in animateBounds()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 303 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix, in createTransformAnimator()
|
D | ChangeBounds.java | 456 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, origin); in createAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 415 anim = ObjectAnimator.ofPropertyValuesHolder(dockAreaOverlay, prop); in startAnimation()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3017 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and… 3114 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
|
/frameworks/base/api/ |
D | current.txt | 3306 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and… 3404 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
|
D | system-current.txt | 3437 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and… 3535 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
|