Searched refs:getValue (Results 176 - 200 of 265) sorted by relevance

1234567891011

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterGraph.java316 LinkedList<InputPort> inputPorts = connection.getValue();
H A DFrameFormat.java377 buffer.append(entry.getKey() + ": " + entry.getValue() + " ");
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java266 final InputDeviceState state = entry.getValue();
/frameworks/base/services/java/com/android/server/wm/
H A DTaskStack.java167 mService.mContext.getResources().getValue(
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java104 if (entry.getValue().equals(listener)) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java276 filterEntry.getValue().insertIntoFilterGraph(graph);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java206 boolean tmp = (Boolean) mGraph.getVariable("startCapture").getValue();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DFontLoader.java225 if (ATTRIBUTE_VALUE_ELEGANT.equals(attributes.getValue(ATTRIBUTE_VARIANT))) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp148 *buffer = static_cast<uint32_t>(got->getValue());
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DClusterManager.java304 rowFeatures.put(entry.getKey(), String.valueOf(entry.getValue()));
/frameworks/rs/cpp/util/
H A DTypeHelpers.h243 inline const VALUE& getValue() const { function in struct:android::RSC::key_value_pair_t
/frameworks/rs/server/
H A DTypeHelpers.h243 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
/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.cpp88 sp<TextLayoutValue> TextLayoutCache::getValue(const SkPaint* paint, function in class:android::TextLayoutCache
913 sp<TextLayoutValue> TextLayoutEngine::getValue(const SkPaint* paint, const jchar* text, function in class:android::TextLayoutEngine
917 value = mTextLayoutCache->getValue(paint, text, start, count,
H A DPaint.cpp528 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
701 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(&paint,
769 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(&paint,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java358 File xml = new File(resValue.getValue());
585 item = mRenderResources.findResValue(item.getValue(),
695 defaultPropMap.put(attrName, resValue.getValue());
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1152 Bounds boundsX = mHorizontalAxis.getGroupBounds().getValue(i);
1153 Bounds boundsY = mVerticalAxis.getGroupBounds().getValue(i);
1314 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1350 MutableInt valueHolder = links.getValue(i);
2185 public V getValue(int i) { method in class:GridLayout.PackedMap
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1053 Bounds boundsX = mHorizontalAxis.getGroupBounds().getValue(i);
1054 Bounds boundsY = mVerticalAxis.getGroupBounds().getValue(i);
1203 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1239 MutableInt valueHolder = links.getValue(i);
2068 public V getValue(int i) { method in class:GridLayout.PackedMap
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2231 getValue(Record, OpNum, LHS->getType(), RHS) ||
2346 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2347 getValue(Record, OpNum, Type::getInt1Ty(Context), Cond))
2361 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2386 getValue(Record, OpNum, Type::getInt32Ty(Context), Idx))
2397 getValue(Record, OpNum,
2399 getValue(Record, OpNum, Type::getInt32Ty(Context), Idx))
2410 getValue(Record, OpNum, Vec1->getType(), Vec2))
2430 getValue(Record, OpNum, LHS->getType(), RHS) ||
2696 getValue(Recor
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java243 if (a.getValue(R.styleable.GlowPadView_targetDrawables, outValue)) {
251 if (a.getValue(R.styleable.GlowPadView_targetDescriptions, outValue)) {
260 if (a.getValue(R.styleable.GlowPadView_directionDescriptions, outValue)) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp87 jmethodID getValue; member in struct:android::EntryFields
427 obj = env->CallObjectMethod(entry, gFields.entry.getValue);
572 GET_METHOD_ID(gFields.entry.getValue, clazz, "getValue", "()Ljava/lang/Object;");
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java423 Object v = e.getValue();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java653 projection[i++] = entry.getValue();
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp605 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
626 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
641 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
718 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java716 public Object getValue() { method in class:ExifTag

Completed in 3085 milliseconds

1234567891011