Searched refs:ofPropertyValuesHolder (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetCarousel.java158 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY);
238 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha,
241 a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha);
H A DKeyguardWidgetFrame.java434 mFrameFade = ObjectAnimator.ofPropertyValuesHolder(this, bgAlpha);
H A DKeyguardWidgetPager.java670 ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha);
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java305 public static ObjectAnimator ofPropertyValuesHolder(Object target, method in class:ObjectAnimator
H A DValueAnimator.java291 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { method in class:ValueAnimator
H A DLayoutTransition.java274 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null,
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java102 anim = ObjectAnimator.ofPropertyValuesHolder(object,
/frameworks/base/core/java/android/widget/
H A DStackView.java251 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
271 ObjectAnimator slideOut = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
351 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(view, scalePropX, scalePropY,
860 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
879 ObjectAnimator pa = ObjectAnimator.ofPropertyValuesHolder(animationSlider,

Completed in 138 milliseconds