Searched refs:getValue (Results 51 - 75 of 265) sorted by relevance

1234567891011

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFloatArrayToStrFilter.java60 float[] array = (float[]) arrayFrame.getValue();
H A DIfElseFilter.java58 boolean condition = (Boolean) boolFrameValue.getValue();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DAvgBrightnessFilterTest.java55 asFrameValue().getValue()).floatValue(), 0.01f);
H A DContrastRatioFilterTest.java63 asFrameValue().getValue()).floatValue(), 0.001f);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h51 uint64_t getValue() const function in class:mcld::GOT::Entry
H A DPLT.h42 const unsigned char* getValue() const function in class:mcld::PLTEntryBase
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h53 inline unsigned getValue() const function in class:mcldtest::GCFactoryListTraitsTest::Node
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DSimpleRecipientChip.java62 public CharSequence getValue() { method in class:SimpleRecipientChip
/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java51 mMap.putColumn(entry.getKey(), entry.getValue());
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java98 Object value = entry.getValue();
185 final Object value = entry.getValue();
200 final String value = entry.getValue();
220 final Object value = entry.getValue();
/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java29 * int, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:FloatKeyframeSet
130 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
H A DIntKeyframeSet.java29 * float, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:IntKeyframeSet
129 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java315 sb.append(entry.getValue());
330 dest.writeString(entry.getValue());
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java592 return mInts.getValue(line, TOP);
597 return mInts.getValue(line, DESCENT);
602 return mInts.getValue(line, START) & START_MASK;
607 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
612 return mInts.getValue(line, DIR) >> DIR_SHIFT;
617 return mObjects.getValue(line, 0);
687 return mInts.getValue(line, ELLIPSIS_START);
696 return mInts.getValue(line, ELLIPSIS_COUNT);
/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/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java174 if(includeUnconnectedOptional || e.getValue().isRequired()) {
192 if(includeUnconnectedOptional || e.getValue().isRequired()) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java146 if (session.getValue().modified) {
183 session.getValue().learner.setModelChangeCallback(
H A DBordeauxClassifier.java49 v.value = x.getValue();
H A DStochasticLinearRankerWithPrior.java164 boolean res = setModelParameter(e.getKey(), e.getValue());
204 Spw = Spw + "<" + e.getKey() + "," + e.getValue() + "> ";
208 Spp = Spp + "<" + e.getKey() + "," + e.getValue() + "> ";
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h66 TValue getValue(int key) { function in class:android::SessionMap
/frameworks/av/include/drm/
H A DDrmConstraints.h174 const char* getValue(const String8* key) const;
/frameworks/base/core/java/com/android/internal/os/
H A DPkgUsageStats.java91 dest.writeLong(ent.getValue());
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx105 return sh->getValue();
/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java141 put(entry.getKey(), entry.getValue());
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java277 mNotificationEnabled = getValue();
286 mNotificationEnabled = getValue();
291 private boolean getValue() { method in class:WifiNotificationController.NotificationEnabledSettingObserver

Completed in 654 milliseconds

1234567891011