Searched defs:getValue (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java172 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:MockResources
178 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:MockResources
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java79 public Float3 getValue() { method in class:CompoundTransform.TranslateComponent
119 public Float3 getValue() { method in class:CompoundTransform.ScaleComponent
/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/native/include/utils/
H A DTypeHelpers.h243 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
/frameworks/native/libs/utils/
H A DBlobCache.cpp110 sp<Blob> oldValueBlob(mCacheEntries[index].getValue());
150 sp<Blob> valueBlob(mCacheEntries[index].getValue());
171 sp<Blob> valueBlob = e.getValue();
207 sp<Blob> valueBlob = e.getValue();
303 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
370 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { function in class:android::BlobCache::CacheEntry
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java271 public String getValue() { method in class:ICalendar.Property
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java32 * String name = sanitizer.getValue("name"));
42 * String name = sanitizer.getValue("name"));
574 * String name = sanitizer.getValue("name");
672 public String getValue(String parameter) { method in class:UrlQuerySanitizer
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java779 float fromValue = getValue(constantName);
793 float fromValue = getValue(constantName);
896 private float getValue(int propertyConstant) { method in class:ViewPropertyAnimator
/frameworks/base/core/java/android/content/res/
H A DResources.java522 getValue(id, value, true);
554 getValue(id, value, true);
588 getValue(id, value, true);
619 getValue(id, value, true);
659 getValue(id, value, true);
744 getValue(id, value, true);
775 getValue(id, value, true);
796 getValue(id, value, true);
821 getValue(id, value, true);
939 getValue(i
1008 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:Resources
1060 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:Resources
[all...]
/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 DTextLayoutCache.cpp90 sp<TextLayoutValue> TextLayoutCache::getValue(const SkPaint* paint, function in class:android::TextLayoutCache
940 sp<TextLayoutValue> TextLayoutEngine::getValue(const SkPaint* paint, const jchar* text, function in class:android::TextLayoutEngine
944 value = mTextLayoutCache->getValue(paint, text, start, count,
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1804 mNotificationEnabled = getValue();
1811 mNotificationEnabled = getValue();
1815 private boolean getValue() { method in class:WifiService.NotificationEnabledSettingObserver
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1099 Bounds boundsX = horizontalAxis.getGroupBounds().getValue(i);
1100 Bounds boundsY = verticalAxis.getGroupBounds().getValue(i);
1267 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1303 MutableInt valueHolder = links.getValue(i);
2134 public V getValue(int i) { method in class:GridLayout.PackedMap
H A DNumberPicker.java1271 public int getValue() { method in class:NumberPicker
1524 int current = getValue();
2211 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2218 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2500 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2503 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2512 return getWrapSelectorWheel() || getValue() > getMinValue();
2516 return getWrapSelectorWheel() || getValue() < getMaxValue();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1038 Bounds boundsX = horizontalAxis.getGroupBounds().getValue(i);
1039 Bounds boundsY = verticalAxis.getGroupBounds().getValue(i);
1189 groupBounds.getValue(i).include(c, spec, GridLayout.this, this);
1225 MutableInt valueHolder = links.getValue(i);
2067 public V getValue(int i) { method in class:GridLayout.PackedMap

Completed in 307 milliseconds

12