/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 54 String property = "y"; in testOfFloat() local 57 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloat() 74 String property = "y"; in testOfFloatBase() local 77 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloatBase() 80 objAnimator.setPropertyName(property); in testOfFloatBase() 87 String property = "backgroundColor"; in testOfInt() local 91 final ObjectAnimator colorAnimator = ObjectAnimator.ofInt(object, property, in testOfInt() 113 String property = "backgroundColor"; in testOfObject() local 118 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject() 179 String property = "y"; in testSetFloatValues() local [all …]
|
D | ValueAnimatorTest.java | 117 String property = "y"; in testEnd() local 120 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 155 String property = "y"; in testGetAnimatedValue_PropertyName() local 161 property); in testGetAnimatedValue_PropertyName() 217 String property = "y"; in getAnimator() local 220 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getAnimator() 229 long sleepTime, String property) throws InterruptedException { in getValue() argument 239 value = ((Float)animator.getAnimatedValue(property)).floatValue(); in getValue()
|
D | PropertyValuesHolderTest.java | 218 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); in testOfFloat_Property() local 219 property.setObject(mObject); in testOfFloat_Property() 220 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(property, values); in testOfFloat_Property() 255 String property = "backgroundColor"; in testOfInt_Property() local 260 ViewColorProperty colorProperty=new ViewColorProperty(Integer.class.getClass(),property); in testOfInt_Property() 283 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); in testSetProperty() local 284 property.setObject(mObject); in testSetProperty() 286 pVHolder.setProperty(property); in testSetProperty()
|
D | AnimatorTest.java | 109 String property = "y"; in testEnd() local 112 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
|
D | AnimatorSetTest.java | 148 String property = "y"; in getYAnimator() local 151 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BuildTest.java | 96 private String[] getStringList(String property) throws IOException { in getStringList() argument 97 String value = getProperty(property); in getStringList() 108 static String getProperty(String property) in getProperty() argument 110 Process process = new ProcessBuilder("getprop", property).start(); in getProperty() 128 private void assertProperty(String message, String property, String expected) in assertProperty() argument 130 Process process = new ProcessBuilder("getprop", property).start(); in assertProperty() 152 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet() argument 160 line.startsWith("[" + property + "]")); in assertNoPropertySet()
|
/cts/tools/signature-tools/ |
D | TODO.txt | 5 … engines. This can be simple as register the class name of the available loaders in a property file
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 406 private static String getProperty(String property) in getProperty() argument 408 Process process = new ProcessBuilder("getprop", property).start(); in getProperty()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 43 for (var property in source) { 44 destination[property] = source[property];
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | docs.css | 745 background: #fff; /* whole background property since we use a background-image for gradient */
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 2635 property = jQuery.prop( elem, name ); 2636 …return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(na…
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 110880 private static final java.lang.String property
|