Home
last modified time | relevance | path

Searched refs:propertyName (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DCreationTest.java158 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues() argument
160 assertRoughlyEqual((Float) animator.getAnimatedValue(propertyName), values[0]); in verifyValues()
163 assertRoughlyEqual((Float) animator.getAnimatedValue(propertyName), values[i]); in verifyValues()
166 assertRoughlyEqual((Float) animator.getAnimatedValue(propertyName), in verifyValues()
DObjectAnimatorTest.java140 String propertyName = "backgroundColor"; in testOfPropertyValuesHolder() local
145 … PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values); in testOfPropertyValuesHolder()
167 String propertyName = "backgroundColor"; in testGetPropertyName() local
172 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName()
175 assertEquals(propertyName, actualPropertyName); in testGetPropertyName()
201 String propertyName = "backgroundColor"; in testGetTarget() local
206 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget()
DAnimationActivity.java82 public ValueAnimator createAnimator(Object object,String propertyName, long duration, in createAnimator() argument
85 ValueAnimator valueAnimator = ObjectAnimator.ofFloat(object, propertyName, start,end); in createAnimator()
113 public ValueAnimator createObjectAnimatorForInt(Object object,String propertyName, in createObjectAnimatorForInt() argument
116 ObjectAnimator objAnimator = ObjectAnimator.ofInt(object, propertyName, start,end); in createObjectAnimatorForInt()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java138 private Transition createVisibilityTransition(boolean isExplode, String propertyName) { in createVisibilityTransition() argument
141 transition.addListener(new VisibilityCheck(R.id.redSquare, propertyName)); in createVisibilityTransition()
253 public VisibilityCheck(int viewId, String propertyName) { in VisibilityCheck() argument
256 mPropertyName = propertyName; in VisibilityCheck()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DRecurrenceSet.java32 String propertyName, in addPropertiesForRuleStr() argument
/cts/tools/dex-tools/dex/
Dclasses.out.dex72949 public abstract void propertyName(
72999 public void propertyName(
Dclasses0.out.dex67974 private final java.lang.String propertyName