Searched refs:setValues (Results 1 - 13 of 13) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java115 property.setValues("test1");
121 property.setValues("test2");
127 property.setValues("1");
208 property.setValues("family", "given", "middle", "prefix", "suffix");
221 property.setValues("1");
229 property.setValues("email");
237 property.setValues(null, null, "street");
246 property.setValues("organization", "depertment");
255 property.setValues("googletalk");
272 property.setValues("sipdat
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
H A DMatrix_DelegateTest.java41 m1.setValues(new float[] { 1,0,0, 0,1,0, 0,0,1 });
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java73 // propertyName to be used later when setValues() is called if so.
95 // propertyName to be used later when setValues() is called if so.
302 anim.setValues(values);
312 setValues(PropertyValuesHolder.ofInt(mProperty, values));
314 setValues(PropertyValuesHolder.ofInt(mPropertyName, values));
327 setValues(PropertyValuesHolder.ofFloat(mProperty, values));
329 setValues(PropertyValuesHolder.ofFloat(mPropertyName, values));
342 setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator)null, values));
344 setValues(PropertyValuesHolder.ofObject(mPropertyName, (TypeEvaluator)null, values));
H A DValueAnimator.java329 anim.setValues(values);
376 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofInt("", values)});
404 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofFloat("", values)});
427 * primitive types specified in the other setValues() methods.</p>
436 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofObject("",
454 public void setValues(PropertyValuesHolder... values) { method in class:ValueAnimator
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java114 public void setValues(String... propertyValues) { method in class:VCardProperty
118 public void setValues(List<String> propertyValueList) { method in class:VCardProperty
H A DVCardParserImpl_V21.java618 property.setValues(encodedValueList);
632 property.setValues(propertyEncodedValue);
714 property.setValues(propertyValueList);
/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java127 public void setValues(Set<String> values) { method in class:MultiSelectListPreference
202 setValues(values);
223 setValues(restoreValue ? getPersistedStringSet(mValues) : (Set<String>) defaultValue);
/frameworks/base/core/java/android/util/
H A DLongSparseArray.java67 public void setValues(long[] keys, E uniqueValue) { method in class:LongSparseArray
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java167 tween.animator.setValues(
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp338 static void setValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { function in class:android::SkMatrixGlue
401 {"native_setValues","(I[F)V", (void*) SkMatrixGlue::setValues},
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java30 public static final int MSCALE_X = 0; //!< use with getValues/setValues
31 public static final int MSKEW_X = 1; //!< use with getValues/setValues
32 public static final int MTRANS_X = 2; //!< use with getValues/setValues
33 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
34 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
35 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
36 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
37 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
38 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
217 public void setValues(floa
732 public void setValues(float[] values) { method in class:Matrix
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h88 void setValues(bool val) { mValues = val; } function in class:Bundle
H A DMain.cpp494 bundle.setValues(true);

Completed in 288 milliseconds