Searched defs:setValues (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java105 public void setValues(Object values) { method in class:FrameValues
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java370 public void setValues(double x, double y) { method in class:Double2
H A DDouble3.java400 public void setValues(double x, double y, double z) { method in class:Double3
H A DFloat2.java369 public void setValues(float x, float y) { method in class:Float2
H A DFloat3.java400 public void setValues(float x, float y, float z) { method in class:Float3
H A DByte2.java307 public void setValues(byte a, byte b) { method in class:Byte2
H A DByte3.java330 public void setValues(byte a, byte b, byte c) { method in class:Byte3
H A DByte4.java352 public void setValues(byte a, byte b, byte c, byte d) { method in class:Byte4
H A DDouble4.java431 public void setValues(double x, double y, double z, double w) { method in class:Double4
H A DFloat4.java431 public void setValues(float x, float y, float z, float w) { method in class:Float4
H A DInt2.java361 public void setValues(int a, int b) { method in class:Int2
H A DInt3.java388 public void setValues(int a, int b, int c) { method in class:Int3
H A DInt4.java415 public void setValues(int a, int b, int c, int d) { method in class:Int4
H A DLong2.java361 public void setValues(long a, long b) { method in class:Long2
H A DLong3.java388 public void setValues(long a, long b, long c) { method in class:Long3
H A DLong4.java415 public void setValues(long a, long b, long c, long d) { method in class:Long4
H A DShort2.java364 public void setValues(short a, short b) { method in class:Short2
H A DShort3.java388 public void setValues(short a, short b, short c) { method in class:Short3
H A DShort4.java415 public void setValues(short a, short b, short c, short d) { method in class:Short4
/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
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java134 setValues(null);
169 public void setValues(boolean[] values) { method in class:MultiCheckPreference
303 setValues(myState.values);
H A DMultiSelectListPreference.java137 public void setValues(Set<String> values) { method in class:MultiSelectListPreference
213 setValues(values);
234 setValues(restoreValue ? getPersistedStringSet(mValues) : (Set<String>) defaultValue);
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java74 object.setValues(value);
518 public void setValues(float[] values) { method in class:ChangeTransform.PathAnimatorMatrix
532 mMatrix.setValues(mValues);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp287 static void setValues(JNIEnv* env, jobject clazz, jlong matrixHandle, jfloatArray values) { function in class:android::SkMatrixGlue
350 {"native_setValues","!(J[F)V", (void*) SkMatrixGlue::setValues},
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java337 anim.setValues(values);
384 setValues(PropertyValuesHolder.ofInt("", values));
412 setValues(PropertyValuesHolder.ofFloat("", values));
435 * primitive types specified in the other setValues() methods.</p>
444 setValues(PropertyValuesHolder.ofObject("", null, values));
461 public void setValues(PropertyValuesHolder... values) { method in class:ValueAnimator

Completed in 212 milliseconds

12