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

123456789

/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
H A DFloatValueHolder.java21 * i.e. {@link #setValue(float)} and {@link #getValue()}) to access this float value. Animations can
23 * FloatValueHolder will have its value updated via {@link #setValue(float)}. The caller can
54 setValue(value);
62 public void setValue(float value) { method in class:FloatValueHolder
H A DFloatPropertyCompat.java25 * is held in a host object. To access this float value, {@link #setValue(Object, float)} and getter
65 public void setValue(T object, float value) {
66 property.setValue(object, value);
85 public abstract void setValue(T object, float value); method in class:FloatPropertyCompat
H A DDynamicAnimation.java59 public void setValue(View view, float value) {
74 public void setValue(View view, float value) {
89 public void setValue(View view, float value) {
104 public void setValue(View view, float value) {
119 public void setValue(View view, float value) {
134 public void setValue(View view, float value) {
149 public void setValue(View view, float value) {
164 public void setValue(View view, float value) {
179 public void setValue(View view, float value) {
194 public void setValue(Vie
[all...]
/frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
H A DMutableLiveData.java20 * {@link LiveData} which publicly exposes {@link #setValue(T)} and {@link #postValue(T)} method.
32 public void setValue(T value) { method in class:MutableLiveData
33 super.setValue(value);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DSetCommand.java31 public <T> void setValue(/*inout*/CameraMetadataNative metadata, method in interface:SetCommand
/frameworks/base/core/java/android/util/
H A DFloatProperty.java21 * calls to a {@link #setValue(Object, float) setValue()} function that takes the primitive
37 public abstract void setValue(T object, float value); method in class:FloatProperty
41 setValue(object, value);
H A DIntProperty.java21 * calls to a {@link #setValue(Object, int) setValue()} function that takes the primitive
37 public abstract void setValue(T object, int value); method in class:IntProperty
41 setValue(object, value.intValue());
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DParallaxFloatEffectTest.java76 var1.setValue(mSource, 540);
82 var1.setValue(mSource, 405);
88 var1.setValue(mSource, 270);
94 var1.setValue(mSource, 135);
100 var1.setValue(mSource, 0);
106 var1.setValue(mSource, -1000);
112 var1.setValue(mSource, 1000);
118 var1.setValue(mSource, Parallax.FloatProperty.UNKNOWN_BEFORE);
124 var1.setValue(mSource, Parallax.FloatProperty.UNKNOWN_AFTER);
137 var1.setValue(mSourc
[all...]
H A DParallaxIntEffectTest.java74 var1.setValue(mSource, 540);
80 var1.setValue(mSource, 405);
86 var1.setValue(mSource, 270);
92 var1.setValue(mSource, 135);
98 var1.setValue(mSource, 0);
104 var1.setValue(mSource, -1000);
110 var1.setValue(mSource, 1000);
116 var1.setValue(mSource, Parallax.IntProperty.UNKNOWN_BEFORE);
122 var1.setValue(mSource, Parallax.IntProperty.UNKNOWN_AFTER);
135 var1.setValue(mSourc
[all...]
H A DParallaxFloatTest.java62 var1.setValue(mSource, 54);
112 var1.setValue(mSource, (float) 500);
113 var2.setValue(mSource, (float) 499);
123 var1.setValue(mSource, Parallax.FloatProperty.UNKNOWN_BEFORE);
124 var2.setValue(mSource, Parallax.FloatProperty.UNKNOWN_AFTER);
134 var1.setValue(mSource, (float) 499);
135 var2.setValue(mSource, (float) 500);
139 var1.setValue(mSource, Parallax.FloatProperty.UNKNOWN_BEFORE);
140 var2.setValue(mSource, (float) 500);
144 var1.setValue(mSourc
[all...]
H A DParallaxIntTest.java59 var1.setValue(mSource, 54);
109 var1.setValue(mSource, (int) 500);
110 var2.setValue(mSource, (int) 499);
120 var1.setValue(mSource, Parallax.IntProperty.UNKNOWN_BEFORE);
121 var2.setValue(mSource, Parallax.IntProperty.UNKNOWN_AFTER);
131 var1.setValue(mSource, (int) 499);
132 var2.setValue(mSource, (int) 500);
136 var1.setValue(mSource, Parallax.IntProperty.UNKNOWN_BEFORE);
137 var2.setValue(mSource, (int) 500);
141 var1.setValue(mSourc
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DPssTable.java73 setValue(key, PSS_SAMPLE_COUNT, inCount);
74 setValue(key, PSS_MINIMUM, minPss);
75 setValue(key, PSS_AVERAGE, avgPss);
76 setValue(key, PSS_MAXIMUM, maxPss);
77 setValue(key, PSS_USS_MINIMUM, minUss);
78 setValue(key, PSS_USS_AVERAGE, avgUss);
79 setValue(key, PSS_USS_MAXIMUM, maxUss);
80 setValue(key, PSS_RSS_MINIMUM, minRss);
81 setValue(key, PSS_RSS_AVERAGE, avgRss);
82 setValue(ke
[all...]
/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);
/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp23 res->setValue(pBackend.sectionStartOffset());
32 res->setValue(pBackend.abiPageSize());
41 res->setValue(pBackend.commonPageSize());
H A DTernaryOp.cpp25 res->setValue(m_pOperand[1]->value());
27 res->setValue(m_pOperand[2]->value());
53 res->setValue(form1);
55 res->setValue(form2);
H A DBinaryOp.cpp30 res->setValue(m_pOperand[0]->value() * m_pOperand[1]->value());
38 res->setValue(m_pOperand[0]->value() / m_pOperand[1]->value());
46 res->setValue(m_pOperand[0]->value() % m_pOperand[1]->value());
54 res->setValue(m_pOperand[0]->value() + m_pOperand[1]->value());
62 res->setValue(m_pOperand[0]->value() - m_pOperand[1]->value());
70 res->setValue(m_pOperand[0]->value() << m_pOperand[1]->value());
78 res->setValue(m_pOperand[0]->value() >> m_pOperand[1]->value());
86 res->setValue(m_pOperand[0]->value() < m_pOperand[1]->value());
94 res->setValue(m_pOperand[0]->value() <= m_pOperand[1]->value());
102 res->setValue(m_pOperan
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DMultiArgAdapterTest.java37 obj1.setValue("a", false);
38 obj2.setValue("b", false);
39 obj3.setValue("c", false);
40 obj4.setValue("d", false);
53 obj1.setValue("o", false);
56 obj2.setValue("p", false);
63 obj3.setValue("q", false);
64 obj4.setValue("r", false);
80 obj1.setValue("a", false);
81 obj2.setValue("
[all...]
H A DMultiArgAdapterEvaluationTest.java36 obj1.setValue("a", false);
37 obj2.setValue("b", false);
48 obj1.setValue("o", false);
51 obj2.setValue("p", false);
55 obj1.setValue("o2", true);
/frameworks/support/lifecycle/livedata/src/test/java/androidx/lifecycle/
H A DTransformationsTest.java69 source.setValue("four");
93 first.setValue("first");
94 trigger.setValue(1);
96 second.setValue("second");
99 trigger.setValue(2);
102 first.setValue("failure");
127 trigger.setValue(1);
129 first.setValue("fi");
131 first.setValue("rst");
134 second.setValue("secon
[all...]
/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/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java30 void setValue(int value); method in interface:ToggleSlider
/frameworks/base/core/tests/coretests/src/android/preference/
H A DListPreferenceTest.java32 lp.setValue(entryValues[1]);
38 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);
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp32 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef pVal) { function in class:mcld::StringEntry
38 void StringEntry<llvm::StringRef>::setValue(const char* pVal) { function in class:mcld::StringEntry

Completed in 1760 milliseconds

123456789