Searched defs:getValue (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/rs/server/
H A DTypeHelpers.h243 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java152 public boolean getValue(int index, TypedValue outValue) { method in class:TintTypedArray
153 return mWrapped.getValue(index, outValue);
H A DResourcesWrapper.java205 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:ResourcesWrapper
207 mResources.getValue(id, outValue, resolveRefs);
217 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:ResourcesWrapper
219 mResources.getValue(name, outValue, resolveRefs);
/frameworks/base/core/java/android/util/
H A DMapCollections.java116 public V getValue() { method in class:MapCollections.MapIterator
144 && Objects.equal(e.getValue(), colGetEntry(mIndex, 1));
161 return getKey() + "=" + getValue();
175 colPut(entry.getKey(), entry.getValue());
195 return Objects.equal(foundVal, e.getValue());
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java271 public String getValue() { method in class:ICalendar.Property
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java114 public V getValue() { method in class:MapCollections.MapIterator
142 && ContainerHelpers.equal(e.getValue(), colGetEntry(mIndex, 1));
159 return getKey() + "=" + getValue();
173 colPut(entry.getKey(), entry.getValue());
193 return ContainerHelpers.equal(foundVal, e.getValue());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java425 public byte[] getValue() { method in class:BluetoothGattCharacteristic
474 * <p>See {@link #getValue} for details.
499 * <p>See {@link #getValue} for details.
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java33 * String name = sanitizer.getValue("name"));
43 * String name = sanitizer.getValue("name"));
575 * String name = sanitizer.getValue("name");
673 public String getValue(String parameter) { method in class:UrlQuerySanitizer
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java716 public Object getValue() { method in class:ExifTag
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java921 float fromValue = getValue(constantName);
935 float fromValue = getValue(constantName);
1035 private float getValue(int propertyConstant) { method in class:ViewPropertyAnimator
/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/java/android/content/res/
H A DResources.java601 getValue(id, value, true);
636 getValue(id, value, true);
673 getValue(id, value, true);
707 getValue(id, value, true);
785 getValue(id, value, true);
920 getValue(id, value, true);
964 getValue(id, value, true);
994 getValue(id, value, true);
1022 getValue(id, value, true);
1052 getValue(i
1260 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:Resources
1312 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:Resources
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java109 public int getValue() { method in class:WebSettings.ZoomDensity
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java755 mColor[HOURS], mAlpha[HOURS].getValue());
760 mColor[HOURS], mAlpha[HOURS].getValue());
765 mColor[MINUTES], mAlpha[MINUTES].getValue());
809 alpha = mAlphaSelector[index % 2][SELECTOR_CIRCLE].getValue();
819 alpha = mAlphaSelector[index % 2][SELECTOR_DOT].getValue();
834 alpha = mAlphaSelector[index % 2][SELECTOR_LINE].getValue();
1617 public int getValue() { method in class:RadialTimePickerView.IntHolder
H A DGridLayout.java1158 Bounds boundsX = mHorizontalAxis.getGroupBounds().getValue(i);
1159 Bounds boundsY = mVerticalAxis.getGroupBounds().getValue(i);
1328 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1364 MutableInt valueHolder = links.getValue(i);
2333 public V getValue(int i) { method in class:GridLayout.PackedMap
H A DNumberPicker.java986 ? getValue() < getMaxValue() : getValue() > getMinValue())) {
1371 public int getValue() { method in class:NumberPicker
1633 int current = getValue();
2333 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2340 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2639 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2642 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2651 return getWrapSelectorWheel() || getValue() > getMinValue();
2655 return getWrapSelectorWheel() || getValue() < getMaxValu
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp87 jmethodID getValue; member in struct:android::EntryFields
460 obj = env->CallObjectMethod(entry, gFields.entry.getValue);
614 GET_METHOD_ID(gFields.entry.getValue, clazz, "getValue", "()Ljava/lang/Object;");
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1047 Bounds boundsX = mHorizontalAxis.getGroupBounds().getValue(i);
1048 Bounds boundsY = mVerticalAxis.getGroupBounds().getValue(i);
1205 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1241 MutableInt valueHolder = links.getValue(i);
2208 public V getValue(int i) { method in class:GridLayout.PackedMap
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 309 milliseconds

123