Searched refs:ofPropertyValuesHolder (Results 1 – 19 of 19) sorted by relevance
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 …]
405 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { in ofPropertyValuesHolder() method in ValueAnimator
293 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null, in LayoutTransition()
46 ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder(pvhWidth, pvhHeight); in onCreate()
58 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray); in setupAnimator()
260 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider, in transformViewForTransition()280 ObjectAnimator slideOut = ObjectAnimator.ofPropertyValuesHolder(animationSlider, in transformViewForTransition()360 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(view, scalePropX, scalePropY, in transformViewAtIndex()869 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,888 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
329 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, in runItemAnimations()332 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhX); in runItemAnimations()335 … anim = ObjectAnimator.ofPropertyValuesHolder(menuItemLayoutInfoPost.view, pvhY); in runItemAnimations()
1694 return ObjectAnimator.ofPropertyValuesHolder(v, left, top, right, bottom); in animateBounds()
625 final ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder( in createReturnAnimationLocked()655 final ValueAnimator animator = ValueAnimator.ofPropertyValuesHolder( in createCancelAnimationLocked()
444 ObjectAnimator.ofPropertyValuesHolder( in startPulsatingAnimation()
303 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(pathAnimatorMatrix, in createTransformAnimator()
460 ObjectAnimator anim = ObjectAnimator.ofPropertyValuesHolder(drawable, origin); in createAnimator()
491 ObjectAnimator animator = ObjectAnimator.ofPropertyValuesHolder(view, in setupBounceAnimator()
466 ObjectAnimator changeAnimator = ObjectAnimator.ofPropertyValuesHolder((Object) null, in onFinishInflate()
550 ObjectAnimator navBarAnimator = ObjectAnimator.ofPropertyValuesHolder(drawable, in orientBackButton()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
3017 …method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, and…3114 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
3493 …method @NonNull public static android.animation.ObjectAnimator ofPropertyValuesHolder(Object, andr…3593 …method public static android.animation.ValueAnimator ofPropertyValuesHolder(android.animation.Prop…
346 HSPLandroid/animation/ObjectAnimator;->ofPropertyValuesHolder(Ljava/lang/Object;[Landroid/animation…