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

12345678910

/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java45 CharSequence getValue(); method in interface:BaseRecipientChip
H A DInvisibleRecipientChip.java55 public CharSequence getValue() { method in class:InvisibleRecipientChip
56 return mDelegate.getValue();
H A DVisibleRecipientChip.java56 public CharSequence getValue() { method in class:VisibleRecipientChip
57 return mDelegate.getValue();
/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/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/core/java/android/animation/
H A DKeyframeSet.java176 public Object getValue(float fraction) { method in class:KeyframeSet
183 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(),
184 mLastKeyframe.getValue());
195 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(),
196 nextKeyframe.getValue());
206 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
207 mLastKeyframe.getValue());
220 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
221 nextKeyframe.getValue());
226 return mLastKeyframe.getValue();
[all...]
H A DKeyframe.java173 public abstract Object getValue(); method in class:Keyframe
253 public Object getValue() { method in class:Keyframe.ObjectKeyframe
296 public Object getValue() { method in class:Keyframe.IntKeyframe
342 public Object getValue() { method in class:Keyframe.FloatKeyframe
/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/java/com/android/server/firewall/
H A DStringFilter.java124 String value = mValueProvider.getValue(intent, callerApp, resolvedType, resolvedApp);
138 public abstract String getValue(Intent intent, ApplicationInfo callerApp, method in class:StringFilter.ValueProvider
233 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
245 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
257 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
269 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
277 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
289 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
297 public String getValue(Intent intent, ApplicationInfo callerApp, String resolvedType,
309 public String getValue(Inten
[all...]
/frameworks/ex/common/tests/src/com/android/common/
H A DRfc822ValidatorTest.java55 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
70 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
86 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/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h29 int64_t getValue() const { return m_Value; } function in class:mcld::FillFragment
H A DAlignFragment.h29 int64_t getValue() const { return m_Value; } function in class:mcld::AlignFragment
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java89 value = r.getValue();
106 value = r.getValue();
130 value = r.getValue();
147 value = r.getValue();
164 s = r.getValue();
187 value = r.getValue();
210 value = r.getValue();
226 value = r.getValue();
242 s = r.getValue();
/frameworks/rs/driver/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());
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java50 public double getValue(TileData[] frame); method in interface:PlaybackGraphs.MetricGen
61 public double getValue(TileData[] frame) {
78 public double getValue(TileData[] frame) {
105 public double getValue(double sortedValues[]); method in interface:PlaybackGraphs.StatGen
152 public double getValue(double[] sortedValues) {
162 public double getValue(double[] sortedValues) {
172 public double getValue(double[] sortedValues) {
182 public double getValue(double[] sortedValues) {
192 public double getValue(double[] sortedValues) {
221 double absoluteValue = s.getValue(fram
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java176 return ResourceHelper.getColor(value.getSecond().getValue());
219 String v = resValue.getValue();
249 File xml = new File(value.getValue());
262 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
286 File xml = new File(value.getValue());
296 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
331 String v = resValue.getValue();
365 String v = resValue.getValue();
393 String v = resValue.getValue();
421 String v = resValue.getValue();
513 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
538 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
[all...]
H A DBridgeTypedArray.java144 return mResourceData[index].getValue();
165 return mResourceData[index].getValue();
189 String s = mResourceData[index].getValue();
215 String s = mResourceData[index].getValue();
286 String s = mResourceData[index].getValue();
354 String value = resValue.getValue();
441 String s = mResourceData[index].getValue();
513 String s = mResourceData[index].getValue();
568 String s = mResourceData[index].getValue();
618 String value = mResourceData[index].getValue();
833 public boolean getValue(int index, TypedValue outValue) { method in class:BridgeTypedArray
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp56 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
70 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
96 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java246 String url = attributes.getValue("", "url");
256 String url = attributes.getValue("", "url");
266 String url = attributes.getValue("", "url");
304 String seconds = attributes.getValue("", "seconds");
313 String viewCount = attributes.getValue("", "viewCount");
322 String average = attributes.getValue("", "average");
390 String url = attributes.getValue("", "url");
398 String url = attributes.getValue("", "url");
406 String url = attributes.getValue("", "url");
427 attributes.getValue("", "second
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java114 wValues[i] = e.getValue();
122 res = setModelParameter(e.getKey(), e.getValue());
145 Sw = Sw + "<" + e.getKey() + "," + e.getValue() + "> ";
147 Sp = Sp + "<" + e.getKey() + "," + e.getValue() + "> ";
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java127 int count = entry.getValue();
191 entry.getValue().toString() + " }";
210 HistogramCounter counter = entry.getValue();
223 double appScore = item.getValue();
248 double appScore = entry.getValue();
261 return o2.getValue().compareTo(o1.getValue());
277 String featureValue = entry.getValue();
309 model.put(entry.getKey(), entry.getValue().getCounter());
344 mPredictor.get(entry.getKey()).setCounter(entry.getValue());
[all...]

Completed in 740 milliseconds

12345678910