Home
last modified time | relevance | path

Searched defs:setValues (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java114 public void setValues(String... propertyValues) { in setValues() method in VCardProperty
118 public void setValues(List<String> propertyValueList) { in setValues() method in VCardProperty
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java105 public void setValues(Object values) { in setValues() method in FrameValues
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java67 … public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, in setValues() method
H A DStructuredNameEditorView.java72 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues() method in StructuredNameEditorView
H A DEventFieldEditorView.java109 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues() method in EventFieldEditorView
H A DTextFieldsEditorView.java260 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues() method in TextFieldsEditorView
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java250 void setValues(float... values) { in setValues() method in AnimatedVectorDrawable_Delegate.PropertySetter
259 void setValues(int... values) { in setValues() method in AnimatedVectorDrawable_Delegate.PropertySetter
/aosp12/system/core/libcutils/
H A Dproperties_test.cpp294 const char* setValues[] = { in TEST_F() local
341 const char* setValues[] = { in TEST_F() local
/aosp12/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java145 public void setValues(Set<String> values) { in setValues() method in MultiSelectListPreference
H A DMultiCheckPreference.java177 public void setValues(boolean[] values) { in setValues() method in MultiCheckPreference
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DSpringAnimationBuilder.java85 public SpringAnimationBuilder setValues(float... values) { in setValues() method in SpringAnimationBuilder
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java85 public void setValues(int[] values) { in setValues() method in ListDialogPreference
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java375 public void setValues(double x, double y) { in setValues() method in Double2
H A DByte2.java311 public void setValues(byte a, byte b) { in setValues() method in Byte2
H A DFloat2.java374 public void setValues(float x, float y) { in setValues() method in Float2
H A DDouble3.java405 public void setValues(double x, double y, double z) { in setValues() method in Double3
H A DDouble4.java436 public void setValues(double x, double y, double z, double w) { in setValues() method in Double4
H A DFloat3.java405 public void setValues(float x, float y, float z) { in setValues() method in Float3
H A DByte3.java334 public void setValues(byte a, byte b, byte c) { in setValues() method in Byte3
H A DByte4.java356 public void setValues(byte a, byte b, byte c, byte d) { in setValues() method in Byte4
H A DFloat4.java436 public void setValues(float x, float y, float z, float w) { in setValues() method in Float4
H A DInt2.java366 public void setValues(int a, int b) { in setValues() method in Int2
H A DInt3.java393 public void setValues(int a, int b, int c) { in setValues() method in Int3
H A DLong2.java366 public void setValues(long a, long b) { in setValues() method in Long2

123