Searched refs:setValue (Results 1 - 25 of 106) sorted by relevance

12345

/frameworks/base/core/java/android/util/
H A DFloatProperty.java41 public abstract void setValue(T object, float value); method in class:FloatProperty
45 setValue(object, value);
H A DIntProperty.java41 public abstract void setValue(T object, int value); method in class:IntProperty
45 setValue(object, value.intValue());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DImageGoodnessFilterTest.java43 sharpnessFrame.setValue(10f);
45 oEFrame.setValue(0.39f);
47 uEFrame.setValue(0.25f);
49 colorFrame.setValue(2.1f);
51 contrastFrame.setValue(0.18f);
54 motionFrame.setValue(motionFloatArray);
71 sharpnessFrame.setValue(10f);
73 oEFrame.setValue(0.39f);
75 uEFrame.setValue(0.25f);
77 colorFrame.setValue(2.
[all...]
H A DAverageFilterTest.java34 frame.setValue(5f);
45 frame.setValue(4f);
H A DFloatArrayToSizeFilterTest.java42 floatArray.setValue(floatArr);
H A DFloatArrayToStrFilterTest.java41 floatArray.setValue(floatArr);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java211 * setValue() if the length of value does not match the component count.
236 public boolean setValue(int[] value) { method in class:ExifTag
270 public boolean setValue(int value) { method in class:ExifTag
271 return setValue(new int[] {
286 public boolean setValue(long[] value) { method in class:ExifTag
307 public boolean setValue(long value) { method in class:ExifTag
308 return setValue(new long[] {
327 public boolean setValue(String value) { method in class:ExifTag
363 public boolean setValue(Rational[] value) { method in class:ExifTag
394 public boolean setValue(Rationa method in class:ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { method in class:ExifTag
427 public boolean setValue(byte[] value) { method in class:ExifTag
441 public boolean setValue(byte value) { method in class:ExifTag
457 public boolean setValue(Object obj) { method in class:ExifTag
[all...]
/frameworks/base/core/tests/coretests/src/android/preference/
H A DListPreferenceTest.java30 lp.setValue(entryValues[1]);
36 lp.setValue(entryValues[2]);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DVariableSource.java32 public synchronized void setValue(Object value) { method in class:VariableSource
55 frame.setValue(mValue);
H A DFrameValue.java29 public void setValue(Object value) { method in class:FrameValue
H A DToStringFilter.java46 stringFrame.setValue(outStr);
H A DFrameValues.java94 result.setValue(value);
106 super.setValue(values);
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp35 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal) function in class:StringEntry
42 void StringEntry<llvm::StringRef>::setValue(const char* pVal) function in class:StringEntry
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp49 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
62 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp47 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
59 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
91 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
103 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h54 void setValue(const DataType& pVal) function in class:mcld::StringEntry
104 void setValue(const std::string& pVal) function in class:mcld::StringEntry
105 { setValue(pVal.c_str()); }
107 void setValue(const char* pVal);
109 void setValue(llvm::StringRef& pVal);
/frameworks/base/core/java/android/animation/
H A DKeyframe.java180 public abstract void setValue(Object value); method in class:Keyframe
257 public void setValue(Object value) { method in class:Keyframe.ObjectKeyframe
300 public void setValue(Object value) { method in class:Keyframe.IntKeyframe
346 public void setValue(Object value) { method in class:Keyframe.FloatKeyframe
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java52 setValue(positiveResult);
62 public void setValue(boolean value) { method in class:YesNoPreference
86 setValue(restorePersistedValue ? getPersistedBoolean(mWasPositiveResult) :
118 setValue(myState.wasPositiveResult);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgramVariable.java41 public void setValue(Object value) { method in class:ProgramVariable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DExposureFilter.java76 underOutFrame.setValue(underExposedPixels*inputImage.getWidth()*inputImage.getHeight());
83 underOutFrame2.setValue(underExposedPixels);
91 overOutFrame.setValue(overExposedPixels*inputImage.getWidth()*inputImage.getHeight());
98 overOutFrame2.setValue(overExposedPixels);
H A DSmartCamera.java93 mGraph.getVariable("gallerySource").setValue(filePath + "/" + fileName);
95 mGraph.getVariable("imageName").setValue(fileName);
96 mGraph.getVariable("filePath").setValue(filePath); // wrong
113 mGraph.getVariable("startCapture").setValue(false);
202 mGraph.getVariable("startCapture").setValue(true);
228 mGraph.getVariable("startCapture").setValue(false);
/frameworks/base/services/java/com/android/server/power/
H A DRampAnimator.java62 mProperty.setValue(mObject, target);
127 mProperty.setValue(mObject, mCurrentValue);
/frameworks/base/core/java/android/preference/
H A DListPreference.java133 public void setValue(String value) { method in class:ListPreference
190 setValue(mEntryValues[index].toString());
274 setValue(value);
286 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue);
312 setValue(myState.value);
/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java55 setValue(int row, int column, E value) method in class:PackedObjectVector
76 setValue(row, i, null);
79 setValue(row, i, values[i]);
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h47 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
83 inline void setValue(uint64_t pTag, uint64_t pValue);
120 inline void setValue(uint64_t pTag, uint64_t pValue);

Completed in 690 milliseconds

12345