Home
last modified time | relevance | path

Searched refs:property (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java54 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 …]
DValueAnimatorTest.java117 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()
DPropertyValuesHolderTest.java218 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()
DAnimatorTest.java109 String property = "y"; in testEnd() local
112 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
DAnimatorSetTest.java148 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/
DBuildTest.java96 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/
DTODO.txt5 … 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/
DDeviceInfoInstrument.java406 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/
Draytrace.js43 for (var property in source) {
44 destination[property] = source[property];
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Ddocs.css745 background: #fff; /* whole background property since we use a background-image for gradient */
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js2635 property = jQuery.prop( elem, name );
2636 …return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(na…
/cts/tools/dex-tools/dex/
Dclasses0.out.dex110880 private static final java.lang.String property