Home
last modified time | relevance | path

Searched refs:ofPropertyValuesHolder (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/animation/
DObjectAnimator.java273 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 …]
DValueAnimator.java382 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { in ofPropertyValuesHolder() method in ValueAnimator
DLayoutTransition.java291 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null, in LayoutTransition()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DParallaxTarget.java83 mAnimator = ObjectAnimator.ofPropertyValuesHolder(targetObject, values); in PropertyValuesHolderTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewTransform.java166 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v, in applyToTaskView()
179 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(v, in applyToTaskView()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DResizeHWLayerActivity.java46 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhWidth, pvhHeight); in onCreate()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, scaleX, scaleY); in getPulseAnimator()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java344 ObjectAnimator disappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in getDisappearAnimator()
383 ObjectAnimator reappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in getReappearAnimator()
DRadialTextsView.java305 mDisappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in renderAnimations()
330 mReappearAnimator = ObjectAnimator.ofPropertyValuesHolder( in renderAnimations()
/frameworks/support/transition/src/android/support/transition/
DTranslationAnimationCreator.java67 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(view, in createAnimation()
DChangeBounds.java443 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, origin); in createAnimator()
DChangeTransform.java317 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix, in createTransformAnimator()
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray); in setupAnimator()
/frameworks/base/core/java/android/widget/
DStackView.java257 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,
DActionMenuPresenter.java328 … 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()
DFastScroller.java1679 return ObjectAnimator.ofPropertyValuesHolder(v, left, top, right, bottom); in animateBounds()
/frameworks/base/core/java/android/transition/
DChangeTransform.java303 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix, in createTransformAnimator()
DChangeBounds.java456 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, origin); in createAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java415 anim = ObjectAnimator.ofPropertyValuesHolder(dockAreaOverlay, prop); in startAnimation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3017 …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/
Dcurrent.txt3306 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and…
3404 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
Dsystem-current.txt3437 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and…
3535 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…