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

12

/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
/frameworks/base/core/tests/coretests/src/android/preference/
H A DListPreferenceTest.java30 lp.setValue(entryValues[1]);
36 lp.setValue(entryValues[2]);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java215 config.phase2.setValue("");
216 config.ca_cert.setValue("");
217 config.client_cert.setValue("");
218 config.engine.setValue("");
219 config.engine_id.setValue("");
220 config.key_id.setValue("");
221 config.identity.setValue("");
222 config.anonymous_identity.setValue("");
249 config.password.setValue(passwordStr);
260 config.eap.setValue(eapValu
[all...]
/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
344 public void setValue(Object value) { method in class:Keyframe.FloatKeyframe
H A DPropertyValuesHolder.java495 kf.setValue(mProperty.get(target));
519 kf.setValue(mGetter.invoke(target));
538 kf.setValue(mProperty.get(target));
549 kf.setValue(mGetter.invoke(target));
817 mIntProperty.setValue(target, mIntAnimatedValue);
954 mFloatProperty.setValue(target, mFloatAnimatedValue);
/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/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/unittests/
H A DHashTableTest.cpp113 val->setValue(999);
135 entry->setValue(key+10);
238 entry->setValue(key+10);
259 entry->setValue(key+10);
282 entry->setValue(key+10);
314 entry->setValue(key);
H A DGCFactoryListTraitsTest.h55 inline void setValue(unsigned pValue) function in class:mcldtest::GCFactoryListTraitsTest::Node
H A DGCFactoryListTraitsTest.cpp43 m_pNodesAlloc[i]->setValue(m_pNodesAlloc[i]->getInitialValue());
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h48 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
84 inline void setValue(uint64_t pTag, uint64_t pValue);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DVolumeController.java55 control.setValue(mVolume);
H A DBrightnessController.java72 control.setValue(value - MINIMUM_BACKLIGHT);
/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/include/mcld/ADT/
H A DHashEntry.h64 void setValue(const ValueType& pValue) function in class:mcld::HashEntry
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp104 input_sym->setValue(pValue);
127 output_sym->setValue(pValue);
206 input_sym->setValue(pValue);
293 output_sym->setValue(pValue);
332 output_sym->setValue(pValue);
379 output_sym->setValue(pValue);
610 (*symbol)->setValue(0x0);
621 (*symbol)->setValue(value + addr);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTouchHandler.java78 mDist.setValue(mDistValue);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h110 void setValue(ValueType pValue) function in class:mcld::LDSymbol
/frameworks/base/core/java/android/widget/
H A DTimePicker.java187 mHourSpinner.setValue(newHour);
194 mHourSpinner.setValue(newHour);
412 mHourSpinner.setValue(currentHour);
455 mMinuteSpinner.setValue(currentMinute);
521 mAmPmSpinner.setValue(index);
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceSet.java301 dtstartProp.setValue(dtstartTime.format2445());
304 durationProp.setValue(duration);
360 dtstartProp.setValue(dtstartTime.format2445());
363 durationProp.setValue(duration);
382 prop.setValue(rrule);
450 prop.setValue(dateStr);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java92 public void setValue(String value) { method in class:WifiConfiguration.EnterpriseField
418 field.setValue(null);
589 enterpriseFields[i].setValue(source.enterpriseFields[i].value());
648 field.setValue(in.readString());
/frameworks/native/include/utils/
H A DBlobCache.h168 void setValue(const sp<Blob>& value);

Completed in 518 milliseconds

12