Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifTag.java236 public boolean setValue(int[] value) { in setValue() method in ExifTag
270 public boolean setValue(int value) { in setValue() method in ExifTag
286 public boolean setValue(long[] value) { in setValue() method in ExifTag
307 public boolean setValue(long value) { in setValue() method in ExifTag
327 public boolean setValue(String value) { in setValue() method in ExifTag
363 public boolean setValue(Rational[] value) { in setValue() method in ExifTag
394 public boolean setValue(Rational value) { in setValue() method in ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { in setValue() method in ExifTag
427 public boolean setValue(byte[] value) { in setValue() method in ExifTag
441 public boolean setValue(byte value) { in setValue() method in ExifTag
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifTag.java236 public boolean setValue(int[] value) { in setValue() method in ExifTag
270 public boolean setValue(int value) { in setValue() method in ExifTag
286 public boolean setValue(long[] value) { in setValue() method in ExifTag
307 public boolean setValue(long value) { in setValue() method in ExifTag
327 public boolean setValue(String value) { in setValue() method in ExifTag
363 public boolean setValue(Rational[] value) { in setValue() method in ExifTag
394 public boolean setValue(Rational value) { in setValue() method in ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { in setValue() method in ExifTag
427 public boolean setValue(byte[] value) { in setValue() method in ExifTag
441 public boolean setValue(byte value) { in setValue() method in ExifTag
[all …]
/packages/apps/Camera2/src/com/android/camera/exif/
DExifTag.java236 public boolean setValue(int[] value) { in setValue() method in ExifTag
270 public boolean setValue(int value) { in setValue() method in ExifTag
286 public boolean setValue(long[] value) { in setValue() method in ExifTag
307 public boolean setValue(long value) { in setValue() method in ExifTag
327 public boolean setValue(String value) { in setValue() method in ExifTag
363 public boolean setValue(Rational[] value) { in setValue() method in ExifTag
394 public boolean setValue(Rational value) { in setValue() method in ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { in setValue() method in ExifTag
427 public boolean setValue(byte[] value) { in setValue() method in ExifTag
441 public boolean setValue(byte value) { in setValue() method in ExifTag
[all …]
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifTag.java222 boolean setValue(int[] value) { in setValue() method in ExifTag
256 boolean setValue(long[] value) { in setValue() method in ExifTag
282 boolean setValue(String value) { in setValue() method in ExifTag
319 boolean setValue(Rational[] value) { in setValue() method in ExifTag
347 private boolean setValue(byte[] value, int offset, int length) { in setValue() method in ExifTag
361 boolean setValue(byte[] value) { in setValue() method in ExifTag
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKeyValueListParser.java253 public void setValue(int value) { in setValue() method in KeyValueListParser.IntValue
301 public void setValue(long value) { in setValue() method in KeyValueListParser.LongValue
349 public void setValue(String value) { in setValue() method in KeyValueListParser.StringValue
397 public void setValue(float value) { in setValue() method in KeyValueListParser.FloatValue
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameterInteger.java30 void setValue(int value); in setValue() method
DParameterColor.java88 public void setValue(int value) { in setValue() method in ParameterColor
DBasicParameterInt.java97 public void setValue(int value) { in setValue() method in BasicParameterInt
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/display/daydream/
DDreamTimePC.java50 public void setValue(String value) { in setValue() method in DreamTimePC
DSleepTimePC.java69 public void setValue(String value) { in setValue() method in SleepTimePC
DActiveDreamPC.java65 void setValue(String value) { in setValue() method in ActiveDreamPC
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java634 public boolean setValue(byte[] value) { in setValue() method in BluetoothGattCharacteristic
652 public boolean setValue(int value, int formatType, int offset) { in setValue() method in BluetoothGattCharacteristic
703 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() method in BluetoothGattCharacteristic
744 public boolean setValue(String value) { in setValue() method in BluetoothGattCharacteristic
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DPreferenceSliceLiveData.java94 public void setValue(Slice slice) { in setValue() method in PreferenceSliceLiveData.SliceLiveDataImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DCallbackInfo.java45 Builder setValue(byte[] value) { in setValue() method in CallbackInfo.Builder
/packages/apps/Settings/src/com/android/settings/inputmethod/
DSpellCheckerPreference.java82 public void setValue(String value) { in setValue() method in SpellCheckerPreference
/packages/apps/Camera2/src/com/android/camera/ui/motion/
DDampedSpring.java67 public void setValue(float value) { in setValue() method in DampedSpring
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/
DDataLimitPreferenceControllerTest.java192 long setValue = setLimit.getValue(); in onDialogConfirm_hasWarningThreshold_setsLimitToWithMultiplier() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java398 public boolean setValue(byte[] value) { in setValue() method in TbsGatt.GattCharacteristic
408 public boolean setValue(int value, int formatType, int offset) { in setValue() method in TbsGatt.GattCharacteristic
418 public boolean setValue(String value) { in setValue() method in TbsGatt.GattCharacteristic
509 public int setValue(BluetoothDevice device, byte[] value) { in setValue() method in TbsGatt.ClientCharacteristicConfigurationDescriptor
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DUserPackageInfosLiveData.kt57 override fun setValue(newValue: List<LightPackageInfo>?) { in <lambda>() method in com.android.permissioncontroller.permission.data.UserPackageInfosLiveData
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DBasicEditor.java105 public void setValue(int value) { in setValue() method in BasicEditor
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DKeyValueRow.java74 public void setValue(CharSequence value) { in setValue() method in KeyValueRow
/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiScalePropertyFactory.java77 public void setValue(T obj, float newValue) { in setValue() method in MultiScalePropertyFactory.MultiScaleProperty
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java258 public void setValue(T t, float v) { in setValue() method in ClampedProperty
/packages/apps/LegacyCamera/src/com/android/camera/
DListPreference.java115 public void setValue(String value) { in setValue() method in ListPreference
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DMultiPropertyFactoryTest.kt35 override fun setValue(obj: Any?, value: Float) { in <lambda>() method in com.android.launcher3.util.MultiPropertyFactoryTest

12