Home
last modified time | relevance | path

Searched refs:PropertyValuesHolder (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/animation/
DObjectAnimator.java118 PropertyValuesHolder valuesHolder = mValues[0]; in setPropertyName()
140 PropertyValuesHolder valuesHolder = mValues[0]; in setProperty()
269 PropertyValuesHolder x = PropertyValuesHolder.ofKeyframes(xPropertyName, in ofInt()
271 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yPropertyName, in ofInt()
311 PropertyValuesHolder x = PropertyValuesHolder.ofKeyframes(xProperty, in ofInt()
313 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yProperty, in ofInt()
335 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt(propertyName, values); in ofMultiInt()
355 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt(propertyName, path); in ofMultiInt()
381 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiInt(propertyName, converter, in ofMultiInt()
468 PropertyValuesHolder x = PropertyValuesHolder.ofKeyframes(xPropertyName, in ofFloat()
[all …]
DPropertyValuesHolder.java38 public class PropertyValuesHolder implements Cloneable { class
134 private PropertyValuesHolder(String propertyName) { in PropertyValuesHolder() method in PropertyValuesHolder
142 private PropertyValuesHolder(Property property) { in PropertyValuesHolder() method in PropertyValuesHolder
156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt()
167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt()
185 public static PropertyValuesHolder ofMultiInt(String propertyName, int[][] values) { in ofMultiInt()
217 public static PropertyValuesHolder ofMultiInt(String propertyName, Path path) { in ofMultiInt()
240 public static <V> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
262 public static <T> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat()
[all …]
DValueAnimator.java228 PropertyValuesHolder[] mValues;
234 HashMap<String, PropertyValuesHolder> mValuesMap;
343 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { in ofPropertyValuesHolder()
397 setValues(PropertyValuesHolder.ofInt("", values)); in setIntValues()
399 PropertyValuesHolder valuesHolder = mValues[0]; in setIntValues()
425 setValues(PropertyValuesHolder.ofFloat("", values)); in setFloatValues()
427 PropertyValuesHolder valuesHolder = mValues[0]; in setFloatValues()
462 setValues(PropertyValuesHolder.ofObject("", null, values)); in setObjectValues()
464 PropertyValuesHolder valuesHolder = mValues[0]; in setObjectValues()
479 public void setValues(PropertyValuesHolder... values) { in setValues()
[all …]
DAnimatorInflater.java272 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH()
293 PropertyValuesHolder returnValue = null; in getPVH()
311 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
314 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
319 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator, in getPVH()
345 returnValue = PropertyValuesHolder.ofFloat(propertyName, in getPVH()
348 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueFrom); in getPVH()
356 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueTo); in getPVH()
377 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom, valueTo); in getPVH()
379 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom); in getPVH()
[all …]
DLayoutTransition.java281 PropertyValuesHolder pvhLeft = PropertyValuesHolder.ofInt("left", 0, 1); in LayoutTransition()
282 PropertyValuesHolder pvhTop = PropertyValuesHolder.ofInt("top", 0, 1); in LayoutTransition()
283 PropertyValuesHolder pvhRight = PropertyValuesHolder.ofInt("right", 0, 1); in LayoutTransition()
284 PropertyValuesHolder pvhBottom = PropertyValuesHolder.ofInt("bottom", 0, 1); in LayoutTransition()
285 PropertyValuesHolder pvhScrollX = PropertyValuesHolder.ofInt("scrollX", 0, 1); in LayoutTransition()
286 PropertyValuesHolder pvhScrollY = PropertyValuesHolder.ofInt("scrollY", 0, 1); in LayoutTransition()
888 PropertyValuesHolder[] oldValues = valueAnim.getValues(); in setupChangeAnimation()
890 PropertyValuesHolder pvh = oldValues[i]; in setupChangeAnimation()
/frameworks/base/libs/hwui/
DPropertyValuesHolder.h31 class ANDROID_API PropertyValuesHolder {
38 virtual ~PropertyValuesHolder() {} in ~PropertyValuesHolder()
43 class ANDROID_API GroupPropertyValuesHolder : public PropertyValuesHolder {
60 class ANDROID_API FullPathColorPropertyValuesHolder : public PropertyValuesHolder {
77 class ANDROID_API FullPathPropertyValuesHolder : public PropertyValuesHolder {
93 class ANDROID_API PathDataPropertyValuesHolder : public PropertyValuesHolder {
108 class ANDROID_API RootAlphaPropertyValuesHolder : public PropertyValuesHolder {
DPropertyValuesAnimatorSet.h28 PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, nsecs_t startDelay,
37 std::unique_ptr<PropertyValuesHolder> mPropertyValuesHolder;
54 void addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder,
DPropertyValuesAnimatorSet.cpp25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder, in addPropertyAnimator()
109 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator()
DPropertyValuesHolder.cpp28 float PropertyValuesHolder::getValueFromData(float fraction) { in getValueFromData()
DAndroid.mk85 PropertyValuesHolder.cpp \
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java21 import android.animation.PropertyValuesHolder;
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3); in getPulseAnimator()
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3); in getPulseAnimator()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java21 import android.animation.PropertyValuesHolder;
337 PropertyValuesHolder radiusDisappear = PropertyValuesHolder.ofKeyframe( in getDisappearAnimator()
342 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in getDisappearAnimator()
375 PropertyValuesHolder radiusReappear = PropertyValuesHolder.ofKeyframe( in getReappearAnimator()
381 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in getReappearAnimator()
DRadialTextsView.java21 import android.animation.PropertyValuesHolder;
298 PropertyValuesHolder radiusDisappear = PropertyValuesHolder.ofKeyframe( in renderAnimations()
303 PropertyValuesHolder fadeOut = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1); in renderAnimations()
322 PropertyValuesHolder radiusReappear = PropertyValuesHolder.ofKeyframe( in renderAnimations()
328 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofKeyframe("alpha", kf0, kf1, kf2); in renderAnimations()
/frameworks/base/core/java/android/widget/
DStackView.java21 import android.animation.PropertyValuesHolder;
255 PropertyValuesHolder slideInY = PropertyValuesHolder.ofFloat("YProgress", 0.0f); in transformViewForTransition()
256 PropertyValuesHolder slideInX = PropertyValuesHolder.ofFloat("XProgress", 0.0f); in transformViewForTransition()
275 PropertyValuesHolder slideOutY = PropertyValuesHolder.ofFloat("YProgress", 1.0f); in transformViewForTransition()
276 PropertyValuesHolder slideOutX = PropertyValuesHolder.ofFloat("XProgress", 0.0f); in transformViewForTransition()
352PropertyValuesHolder translationX = PropertyValuesHolder.ofFloat("translationX", transX); in transformViewAtIndex()
353PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY); in transformViewAtIndex()
354 PropertyValuesHolder scalePropX = PropertyValuesHolder.ofFloat("scaleX", scale); in transformViewAtIndex()
355 PropertyValuesHolder scalePropY = PropertyValuesHolder.ofFloat("scaleY", scale); in transformViewAtIndex()
864PropertyValuesHolder snapBackY = PropertyValuesHolder.ofFloat("YProgress", finalYProgress);
[all …]
DFastScroller.java24 import android.animation.PropertyValuesHolder;
1667 final PropertyValuesHolder left = PropertyValuesHolder.ofInt(LEFT, bounds.left); in animateBounds()
1668 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top); in animateBounds()
1669 final PropertyValuesHolder right = PropertyValuesHolder.ofInt(RIGHT, bounds.right); in animateBounds()
1670 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); in animateBounds()
DActionMenuPresenter.java22 import android.animation.PropertyValuesHolder;
307 PropertyValuesHolder pvhX = null; in runItemAnimations()
308 PropertyValuesHolder pvhY = null; in runItemAnimations()
310 pvhX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, in runItemAnimations()
314 pvhY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, in runItemAnimations()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DAnimatedVectorDrawable_Delegate.java28 import android.animation.PropertyValuesHolder;
214 private PropertyValuesHolder mValues;
237 mValues = PropertyValuesHolder.ofFloat("floatValue", values); in setValues()
241 PropertyValuesHolder getValues() { in getValues()
246 mValues = PropertyValuesHolder.ofInt("intValue", values); in setValues()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp88 PropertyValuesHolder* holder = reinterpret_cast<PropertyValuesHolder*>(propertyHolderPtr); in addAnimator()
143 PropertyValuesHolder* holder = reinterpret_cast<PropertyValuesHolder*>(propertyHolderPtr); in setPropertyHolderData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewTransform.java21 import android.animation.PropertyValuesHolder;
167 PropertyValuesHolder.ofFloat(View.SCALE_X, v.getScaleX(), scale), in applyToTaskView()
168 PropertyValuesHolder.ofFloat(View.SCALE_Y, v.getScaleX(), scale)); in applyToTaskView()
180 PropertyValuesHolder.ofObject(LTRB, Utilities.RECT_EVALUATOR, in applyToTaskView()
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java47 PropertyValuesHolder[] pvhArray = new PropertyValuesHolder[properties.length]; in setupAnimator()
49 pvhArray[i] = PropertyValuesHolder.ofFloat(properties[i], 0, 1); in setupAnimator()
/frameworks/base/core/java/android/transition/
DChangeTransform.java22 import android.animation.PropertyValuesHolder;
293 PropertyValuesHolder valuesProperty = PropertyValuesHolder.ofObject( in createTransformAnimator()
299 PropertyValuesHolder translationProperty = PropertyValuesHolder.ofObject( in createTransformAnimator()
DChangeBounds.java27 import android.animation.PropertyValuesHolder;
453 PropertyValuesHolder origin = PropertyValuesHolder.ofObject( in createAnimator()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java22 import android.animation.PropertyValuesHolder;
987 private PropertyValuesHolder.PropertyValues mTmpValues =
988 new PropertyValuesHolder.PropertyValues();
1065 PropertyValuesHolder[] values = animator.getValues(); in createRTAnimator()
1097 private void createRTAnimatorForGroup(PropertyValuesHolder[] values, in createRTAnimatorForGroup()
1182 private void createRTAnimatorForRootGroup(PropertyValuesHolder[] values, in createRTAnimatorForRootGroup()
1221 PropertyValuesHolder.PropertyValues.DataSource dataSource, long duration) { in createDataPoints()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java22 import android.animation.PropertyValuesHolder;
410 PropertyValuesHolder[] values = previousAnimator.getValues(); in startShadowAlphaAnimation()
469 PropertyValuesHolder[] values = previousAnimator.getValues(); in startHeightAnimation()
547 PropertyValuesHolder[] values = previousAnimator.getValues(); in startInsetAnimation()
606 PropertyValuesHolder[] values = previousAnimator.getValues(); in startAlphaAnimation()
681 PropertyValuesHolder[] values = previousAnimator.getValues(); in startZTranslationAnimation()
734 PropertyValuesHolder[] values = previousAnimator.getValues(); in startYTranslationAnimation()
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/
DHoneycombMr1AnimatorCompatProvider.java20 import android.animation.PropertyValuesHolder;

12