Searched refs:setValues (Results 1 - 14 of 14) 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.java80 // propertyName to be used later when setValues() is called if so.
102 // propertyName to be used later when setValues() is called if so.
309 anim.setValues(values);
319 setValues(PropertyValuesHolder.ofInt(mProperty, values));
321 setValues(PropertyValuesHolder.ofInt(mPropertyName, values));
334 setValues(PropertyValuesHolder.ofFloat(mProperty, values));
336 setValues(PropertyValuesHolder.ofFloat(mPropertyName, values));
349 setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator)null, values));
351 setValues(PropertyValuesHolder.ofObject(mPropertyName, (TypeEvaluator)null, values));
H A DValueAnimator.java293 anim.setValues(values);
340 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofInt("", values)});
368 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofFloat("", values)});
391 * primitive types specified in the other setValues() methods.</p>
400 setValues(new PropertyValuesHolder[]{PropertyValuesHolder.ofObject("",
418 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.java598 property.setValues(propertyEncodedValue);
685 property.setValues(propertyValueList);
726 property.setValues(encodedValueList);
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java125 setValues(null);
160 public void setValues(boolean[] values) { method in class:MultiCheckPreference
294 setValues(myState.values);
H A DMultiSelectListPreference.java127 public void setValues(Set<String> values) { method in class:MultiSelectListPreference
203 setValues(values);
224 setValues(restoreValue ? getPersistedStringSet(mValues) : (Set<String>) defaultValue);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java169 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.h99 void setValues(bool val) { mValues = val; } function in class:Bundle
H A DMain.cpp502 bundle.setValues(true);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2657 matrix.setValues(mTmpFloats);

Completed in 1614 milliseconds