Searched refs:propertyName (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | CreationTest.java | 158 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()
|
D | ObjectAnimatorTest.java | 140 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()
|
D | AnimationActivity.java | 82 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/ |
D | ActivityTransitionActivity.java | 138 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/ |
D | RecurrenceSet.java | 32 String propertyName, in addPropertiesForRuleStr() argument
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 72949 public abstract void propertyName( 72999 public void propertyName(
|
D | classes0.out.dex | 67974 private final java.lang.String propertyName
|