Searched refs:setValue (Results 51 - 75 of 164) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSecureSetting.java51 public void setValue(int value) { method in class:SecureSetting
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNormFilter.java60 outFrame.setValue(norm);
H A DThroughputFilter.java87 throughputFrame.setValue(throughput);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilter.java69 outFrame.setValue(output);
H A DFloatArrayToSizeFilter.java64 sizeFrame.setValue(size);
H A DFloatArrayToStrFilter.java65 stringFrame.setValue(outstr);
H A DWaveTriggerFilter.java80 frame.setValue(value);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h56 void setValue(const ValueType& pValue) { m_Value = pValue; } function in class:mcld::HashEntry
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h46 void setValue(uint64_t pValue) { f_Value = pValue; } function in class:mcld::GOT::Entry
H A DPLT.h31 void setValue(unsigned char* pValue) { m_pValue = pValue; } function in class:mcld::PLTEntryBase
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp160 plt0->setValue(data);
210 plt1->setValue(data);
243 plt0->setValue(data);
300 plt1->setValue(data);
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h51 inline void setValue(unsigned pValue) { m_Value = pValue; } function in class:mcldtest::GCFactoryListTraitsTest::Node
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreference.java150 public void setValue(String value) { method in class:ListPreference
207 setValue(mEntryValues[index].toString());
259 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue);
285 setValue(myState.value);
/frameworks/base/libs/hwui/
H A DAnimator.cpp242 // This should be set before setValue() so animators can query this time when setValue
258 // to call setValue even if the animation isn't yet running or is still
261 setValue(mTarget, mFromValue);
272 setValue(mTarget, mFromValue + (mDeltaValue * fraction));
364 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { function in class:android::uirenderer::RenderPropertyAnimator
382 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { function in class:android::uirenderer::CanvasPropertyPrimitiveAnimator
417 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, float value) { function in class:android::uirenderer::CanvasPropertyPaintAnimator
445 void RevealAnimator::setValue(RenderNode* target, float value) { function in class:android::uirenderer::RevealAnimator
/frameworks/base/core/java/com/android/internal/widget/
H A DNumericTextView.java32 * {@link #setValue(int)} to modify the currently displayed value.
92 setValue(mValue);
109 public final void setValue(int value) { method in class:NumericTextView
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifParser.java563 tag.setValue(buf);
684 tag.setValue(buf);
688 tag.setValue(readString(tag.getComponentCount()));
695 tag.setValue(value);
703 tag.setValue(value);
711 tag.setValue(value);
719 tag.setValue(value);
727 tag.setValue(value);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h71 void setValue(uint64_t pValue) { m_Value = pValue; } function in class:mcld::SymOperand
102 void setValue(uint64_t pValue) { m_Value = pValue; } function in class:mcld::IntOperand
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp98 .setValue(pAddress);
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase);
H A DAArch64PLT.cpp97 plt0->setValue(reinterpret_cast<unsigned char*>(data));
137 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp95 .setValue(pAddress);
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
H A DARMPLT.cpp92 plt0->setValue(reinterpret_cast<unsigned char*>(data));
131 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp122 plt->setValue(reinterpret_cast<unsigned char*>(data));
137 plt->setValue(reinterpret_cast<unsigned char*>(data));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java583 public boolean setValue(byte[] value) { method in class:BluetoothGattCharacteristic
590 * <p>See {@link #setValue(byte[])} for details.
597 public boolean setValue(int value, int formatType, int offset) { method in class:BluetoothGattCharacteristic
636 * <p>See {@link #setValue(byte[])} for details.
644 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { method in class:BluetoothGattCharacteristic
676 * <p>See {@link #setValue(byte[])} for details.
681 public boolean setValue(String value) { method in class:BluetoothGattCharacteristic
H A DBluetoothGattDescriptor.java264 public boolean setValue(byte[] value) { method in class:BluetoothGattDescriptor
/frameworks/base/core/java/android/net/
H A DConnectivityMetricsEvent.java126 public void setValue(long val) { method in class:ConnectivityMetricsEvent.Reference

Completed in 593 milliseconds

1234567