Searched refs:propertyName (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 139 String propertyName = "backgroundColor"; in testOfPropertyValuesHolder() local 144 … PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values); in testOfPropertyValuesHolder() 166 String propertyName = "backgroundColor"; in testGetPropertyName() local 171 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() 174 assertEquals(propertyName, actualPropertyName); in testGetPropertyName() 200 String propertyName = "backgroundColor"; in testGetTarget() local 205 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/calendarcommon/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 32 String propertyName, in addPropertiesForRuleStr() argument
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 3582 if ( event.originalEvent.propertyName === "checked" ) {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 67974 private final java.lang.String propertyName
|