Searched refs:getValue (Results 51 - 75 of 150) sorted by path

123456

/frameworks/base/core/java/android/webkit/
H A DFileLoader.java136 mContext.getResources().getValue(id, value, true);
H A DWebViewDatabase.java1167 map.put(FORMDATA_VALUE_COL, entry.getValue());
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1003 Bounds colBounds = horizontalAxis.getGroupBounds().getValue(i);
1004 Bounds rowBounds = verticalAxis.getGroupBounds().getValue(i);
1151 groupBounds.getValue(i).include(c, spec, GridLayout.this, this);
1187 MutableInt valueHolder = links.getValue(i);
1995 public V getValue(int i) { method in class:GridLayout.PackedMap
H A DNumberPicker.java1160 public int getValue() { method in class:NumberPicker
1426 int current = getValue();
H A DTimePicker.java181 int newHour = mHourSpinner.getValue() + 1;
188 int newHour = mHourSpinner.getValue() - 1;
371 int currentHour = mHourSpinner.getValue();
437 return mMinuteSpinner.getValue();
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2729 Wakelock wl = wakelockEntry.getValue();
2741 Sensor s = sensorEntry.getValue();
2753 procEntry.getValue().detach();
2769 Pkg p = pkgEntry.getValue();
2776 servEntry.getValue().detach();
2818 Uid.Wakelock wakelock = wakelockEntry.getValue();
2825 Uid.Sensor sensor = sensorEntry.getValue();
2832 Uid.Proc proc = procEntry.getValue();
2839 Uid.Pkg pkg = pkgEntry.getValue();
3554 Uid.Pkg.Serv serv = servEntry.getValue();
[all...]
H A DPkgUsageStats.java91 dest.writeLong(ent.getValue());
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java75 public boolean getValue() { method in class:YesNoPreference
104 myState.wasPositiveResult = getValue();
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java245 writeValueXml(e.getValue(), (String)e.getKey(), out);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java187 if (a.getValue(R.styleable.MultiWaveView_targetDrawables, outValue)) {
195 if (a.getValue(R.styleable.MultiWaveView_targetDescriptions, outValue)) {
204 if (a.getValue(R.styleable.MultiWaveView_directionDescriptions, outValue)) {
H A DTweener.java48 if (entry.getValue().animator == animator) {
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java537 c, e.getValue(), headers, e.getKey());
543 c, e.getValue(), headers, e.getKey());
549 c, e.getValue(), headers, e.getKey());
555 c, e.getValue(), headers, e.getKey());
1017 updatePart(e.getKey(), e.getValue());
1054 values.put(e.getValue(), toIsoString(encodedString.getTextString()));
1063 values.put(e.getValue(), toIsoString(text));
1071 values.put(e.getValue(), b);
1079 values.put(e.getValue(), l);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java320 addToken(new Acronym(match.getText(), match.getValue()));
1164 public String getValue() { return value; } method in class:AbstractMessageParser.Acronym
1171 info.add(getValue());
1351 public final String getValue() { return value; } method in class:AbstractMessageParser.TrieNode
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp770 value = TextLayoutCache::getInstance().getValue(paint, textArray, start, count,
H A DTextLayout.cpp260 value = TextLayoutCache::getInstance().getValue(paint, chars, start, count,
H A DTextLayoutCache.cpp108 sp<TextLayoutCacheValue> TextLayoutCache::getValue(SkPaint* paint, function in class:android::TextLayoutCache
H A DTextLayoutCache.h204 sp<TextLayoutCacheValue> getValue(SkPaint* paint, const jchar* text, jint start, jint count,
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp493 value = TextLayoutCache::getInstance().getValue(paint, text, 0, count, count, flags);
523 value = TextLayoutCache::getInstance().getValue(paint, text, start, count, contextCount, flags);
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java218 values[i] = entry.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/core/tests/coretests/src/android/util/
H A DLruCacheTest.java498 actualKeysAndValues.add(entry.getValue());
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java58 assertEquals("Multipart content type error", contentType.toString(), h.getValue());
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java150 testRunner.addInstrumentationArg(argPair.getKey(), argPair.getValue());
/frameworks/base/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);

Completed in 536 milliseconds

123456