Searched refs:getValue (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DGetCommand.java32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key); method in interface:GetCommand
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java31 Object value = super.getValue();
35 return Array.getLength(super.getValue());
49 Object value = super.getValue();
51 return super.getValue();
70 Object value = super.getValue();
120 Object curValue = super.getValue();
142 Object value = frame.getValue();
/frameworks/base/core/java/android/animation/
H A DKeyframes.java54 Object getValue(float fraction); method in interface:Keyframes
76 * Works like {@link #getValue(float)}, but returning a primitive.
89 * Works like {@link #getValue(float)}, but returning a primitive.
H A DKeyframeSet.java204 public Object getValue(float fraction) { method in class:KeyframeSet
211 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(),
212 mLastKeyframe.getValue());
223 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(),
224 nextKeyframe.getValue());
234 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
235 mLastKeyframe.getValue());
248 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
249 nextKeyframe.getValue());
254 return mLastKeyframe.getValue();
[all...]
H A DPathKeyframes.java65 public Object getValue(float fraction) { method in class:PathKeyframes
162 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
176 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
190 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
204 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
241 public Object getValue(float fraction) { method in class:PathKeyframes.IntKeyframesBase
254 public Object getValue(float fraction) { method in class:PathKeyframes.FloatKeyframesBase
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java45 CharSequence getValue(); method in interface:BaseRecipientChip
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
112 String postfix = atts.getValue(POSTFIX);
165 String key = atts.getValue(0);
166 String value = atts.getValue(1);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
179 atts.getValue(URI_STR) + " parsing failure");
185 selectionArgs[i] = atts.getValue(i+2);
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs);
189 mContentResolver.delete(u, atts.getValue(
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCSVWriterFilter.java75 float sharpness = ((Float)sharpnessValue.getValue()).floatValue();
79 float overExposure = ((Float)overExposureValue.getValue()).floatValue();
83 float underExposure = ((Float)underExposureValue.getValue()).floatValue();
87 float colorfulness = ((Float)colorfulnessValue.getValue()).floatValue();
91 float contrast = ((Float)contrastValue.getValue()).floatValue();
95 float brightness = ((Float)brightnessValue.getValue()).floatValue();
99 float[] motionValues = (float[]) motionValuesFrameValue.getValue();
105 String imageFileName = ((String)imageFileNameFrameValue.getValue());
109 String csvFilePath = ((String)csvFilePathFrameValue.getValue());
/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java59 assertEquals(0, p.getValue(at, j));
61 assertEquals(p.getValue(at, j), i + j);
72 assertEquals(p.getValue(i, j), i * j);
90 assertEquals(p.getValue(i, j), expect);
109 assertEquals(p.getValue(i, j), expect);
122 assertEquals(p.getValue(i, j), i * j);
143 assertEquals(p.getValue(i, j), i * j);
149 assertEquals(p.getValue(i, j), (i + height - p.size()) * j);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java39 public int getValue() { method in class:GlobalSetting
59 handleValueChanged(getValue());
H A DSecureSetting.java47 public int getValue() { method in class:SecureSetting
60 mObservedValue = getValue();
71 final int value = getValue();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilterTest.java39 assertEquals(1f, ((Float) getOutputFrame("avg").asFrameValue().getValue()).floatValue(),
50 assertEquals(0.8f, ((Float) getOutputFrame("avg").asFrameValue().getValue()).floatValue(),
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java104 assertEquals("eng", req.getValue().getLanguage());
105 assertEquals("USA", req.getValue().getCountry());
106 assertEquals("", req.getValue().getVariant());
107 assertEquals("en-US", req.getValue().getVoiceName());
128 assertEquals("eng", req2.getValue().getLanguage());
129 assertEquals("USA", req2.getValue().getCountry());
130 assertEquals("", req2.getValue().getVariant());
131 assertEquals("en-US", req2.getValue().getVoiceName());
164 assertEquals(defaultLocale.getISO3Language(), req.getValue().getLanguage());
165 assertEquals(defaultLocale.getISO3Country(), req.getValue()
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java68 if (entry.getValue() instanceof Frame) {
69 mFilter.pushInputFrame(entry.getKey(), (Frame)entry.getValue());
71 mFilter.pushInputValue(entry.getKey(), entry.getValue());
H A DProgramVariable.java49 public Object getValue() { method in class:ProgramVariable
/frameworks/base/services/core/java/com/android/server/firewall/
H A DStringFilter.java123 String value = mValueProvider.getValue(resolvedComponent, intent, resolvedType);
137 public abstract String getValue(ComponentName resolvedComponent, Intent intent, method in class:StringFilter.ValueProvider
232 public String getValue(ComponentName resolvedComponent, Intent intent,
243 public String getValue(ComponentName resolvedComponent, Intent intent,
254 public String getValue(ComponentName resolvedComponent, Intent intent,
265 public String getValue(ComponentName resolvedComponent, Intent intent,
273 public String getValue(ComponentName resolvedComponent, Intent intent,
285 public String getValue(ComponentName resolvedComponent, Intent intent,
293 public String getValue(ComponentName resolvedComponent, Intent intent,
305 public String getValue(ComponentNam
[all...]
/frameworks/ex/common/tests/src/com/android/common/
H A DRfc822ValidatorTest.java99 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
114 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
130 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
/frameworks/av/drm/common/
H A DDrmConstraints.cpp44 if (NULL != getValue(&key)) {
45 return String8(getValue(&key));
50 const char* DrmConstraints::getValue(const String8* key) const { function in class:DrmConstraints
58 return getValue(key);
H A DDrmMetadata.cpp39 if (NULL != getValue(&key)) {
40 return String8(getValue(&key));
47 const char* DrmMetadata::getValue(const String8* key) const { function in class:DrmMetadata
61 return getValue(key);
/frameworks/base/core/java/android/text/
H A DAnnotation.java57 public String getValue() { method in class:Annotation
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java31 assertEquals(3366, getActivity().getValue());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackIndentationFunctor.java83 public abstract float getValue(float itemsBefore); method in class:StackIndentationFunctor
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java90 value = r.getValue();
107 value = r.getValue();
131 value = r.getValue();
148 value = r.getValue();
165 s = r.getValue();
188 value = r.getValue();
211 value = r.getValue();
230 value = r.getValue();
246 s = r.getValue();
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h26 int64_t getValue() const { return m_Value; } function in class:mcld::FillFragment
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSymbol.hxx101 PRINT_LINT("Value", getValue() );
115 setw(7) << getValue() <<
164 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue());
177 std::max((size_t)getValue(), sizeof(void*)),
182 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)),
191 size_t align = (size_t)getValue();
229 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
259 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
288 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());

Completed in 1569 milliseconds

1234567891011>>