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

123

/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/core/tests/coretests/src/android/preference/
H A DListPreferenceTest.java30 lp.setValue(entryValues[1]);
36 lp.setValue(entryValues[2]);
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp34 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal) function in class:StringEntry
41 void StringEntry<llvm::StringRef>::setValue(const char* pVal) function in class:StringEntry
/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);
H A DHashEntry.h64 void setValue(const ValueType& pValue) function in class:mcld::HashEntry
/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/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.java132 public void setValue(String value) { method in class:ListPreference
182 setValue(mEntryValues[index].toString());
266 setValue(value);
278 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue);
304 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);
H A DGOT.h54 void setValue(uint64_t pValue) function in class:mcld::GOT::Entry
H A DPLT.h39 void setValue(unsigned char* pValue) function in class:mcld::PLTEntryBase
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp113 val->setValue(999);
135 entry->setValue(key+10);
237 entry->setValue(key+10);
258 entry->setValue(key+10);
281 entry->setValue(key+10);
313 entry->setValue(key);
H A DGCFactoryListTraitsTest.h56 inline void setValue(unsigned pValue) function in class:mcldtest::GCFactoryListTraitsTest::Node
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java510 public boolean setValue(byte[] value) { method in class:BluetoothGattCharacteristic
517 * <p>See {@link #setValue(byte[])} for details.
524 public boolean setValue(int value, int formatType, int offset) { method in class:BluetoothGattCharacteristic
563 * <p>See {@link #setValue(byte[])} for details.
571 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { method in class:BluetoothGattCharacteristic
603 * <p>See {@link #setValue(byte[])} for details.
608 public boolean setValue(String value) { method in class:BluetoothGattCharacteristic
H A DBluetoothGattDescriptor.java202 public boolean setValue(byte[] value) { method in class:BluetoothGattDescriptor
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java77 setValue(translate);
82 public void setValue(Float3 val) { method in class:CompoundTransform.TranslateComponent
117 setValue(scale);
122 public void setValue(Float3 val) { method in class:CompoundTransform.ScaleComponent
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp503 f_pPreInitArrayStart->setValue(0x0);
509 f_pPreInitArrayEnd->setValue(f_pPreInitArrayEnd->value() +
514 f_pPreInitArrayEnd->setValue(0x0);
521 f_pInitArrayStart->setValue(0x0);
527 f_pInitArrayEnd->setValue(f_pInitArrayEnd->value() +
532 f_pInitArrayEnd->setValue(0x0);
539 f_pFiniArrayStart->setValue(0x0);
545 f_pFiniArrayEnd->setValue(f_pFiniArrayEnd->value() +
550 f_pFiniArrayEnd->setValue(0x0);
557 f_pStack->setValue(
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp129 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
145 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DVolumeController.java63 control.setValue(mVolume);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTouchHandler.java78 mDist.setValue(mDistValue);

Completed in 697 milliseconds

123