Searched refs:setValue (Results 1 - 25 of 129) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterInteger.java30 void setValue(int value); method in interface:ParameterInteger
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java211 * setValue() if the length of value does not match the component count.
236 public boolean setValue(int[] value) { method in class:ExifTag
270 public boolean setValue(int value) { method in class:ExifTag
271 return setValue(new int[] {
286 public boolean setValue(long[] value) { method in class:ExifTag
307 public boolean setValue(long value) { method in class:ExifTag
308 return setValue(new long[] {
327 public boolean setValue(String value) { method in class:ExifTag
363 public boolean setValue(Rational[] value) { method in class:ExifTag
394 public boolean setValue(Rationa method in class:ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { method in class:ExifTag
427 public boolean setValue(byte[] value) { method in class:ExifTag
441 public boolean setValue(byte value) { method in class:ExifTag
457 public boolean setValue(Object obj) { method in class:ExifTag
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java211 * setValue() if the length of value does not match the component count.
236 public boolean setValue(int[] value) { method in class:ExifTag
270 public boolean setValue(int value) { method in class:ExifTag
271 return setValue(new int[] {
286 public boolean setValue(long[] value) { method in class:ExifTag
307 public boolean setValue(long value) { method in class:ExifTag
308 return setValue(new long[] {
327 public boolean setValue(String value) { method in class:ExifTag
363 public boolean setValue(Rational[] value) { method in class:ExifTag
394 public boolean setValue(Rationa method in class:ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { method in class:ExifTag
427 public boolean setValue(byte[] value) { method in class:ExifTag
441 public boolean setValue(byte value) { method in class:ExifTag
457 public boolean setValue(Object obj) { method in class:ExifTag
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java211 * setValue() if the length of value does not match the component count.
236 public boolean setValue(int[] value) { method in class:ExifTag
270 public boolean setValue(int value) { method in class:ExifTag
271 return setValue(new int[] {
286 public boolean setValue(long[] value) { method in class:ExifTag
307 public boolean setValue(long value) { method in class:ExifTag
308 return setValue(new long[] {
327 public boolean setValue(String value) { method in class:ExifTag
363 public boolean setValue(Rational[] value) { method in class:ExifTag
394 public boolean setValue(Rationa method in class:ExifTag
411 public boolean setValue(byte[] value, int offset, int length) { method in class:ExifTag
427 public boolean setValue(byte[] value) { method in class:ExifTag
441 public boolean setValue(byte value) { method in class:ExifTag
457 public boolean setValue(Object obj) { method in class:ExifTag
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java62 mParamColor.setValue(color);
63 mParamSize.setValue(size);
64 mParamRadius.setValue(radius);
140 mParamColor.setValue(color);
148 mParamSize.setValue(borderSize);
156 mParamRadius.setValue(borderRadius);
191 mParamSize.setValue(reader.nextInt());
193 mParamRadius.setValue(reader.nextInt());
195 mParamColor.setValue(reader.nextInt());
H A DFilterVignetteRepresentation.java78 mParamVignette.setValue(rep.mParamVignette.getValue());
79 mParamExposure.setValue(rep.mParamExposure.getValue());
80 mParamSaturation.setValue(rep.mParamSaturation.getValue());
81 mParamContrast.setValue(rep.mParamContrast.getValue());
82 mParamFalloff.setValue(rep.mParamFalloff.getValue());
89 public void setValue(int mode, int value) { method in class:FilterVignetteRepresentation
90 mAllParam[mode].setValue(value);
229 mParamVignette.setValue(sreader.nextInt());
231 mParamExposure.setValue(sreader.nextInt());
233 mParamSaturation.setValue(sreade
[all...]
H A DFilterChanSatRepresentation.java127 public void setValue(int mode, int value) { method in class:FilterChanSatRepresentation
128 mAllParam[mode].setValue(value);
152 setValue(mParameterMode, value);
191 setValue(MODE_MASTER, sreader.nextInt());
193 setValue(MODE_RED, sreader.nextInt());
195 setValue(MODE_YELLOW, sreader.nextInt());
197 setValue(MODE_GREEN, sreader.nextInt());
199 setValue(MODE_CYAN, sreader.nextInt());
201 setValue(MODE_BLUE, sreader.nextInt());
203 setValue(MODE_MAGENT
[all...]
H A DFilterTinyPlanetRepresentation.java74 setValue(zoom);
106 setValue(Integer.parseInt(rep[i][1]));
H A DFilterBasicRepresentation.java42 setValue(value);
69 setValue(representation.getValue());
108 public void setValue(int value) { method in class:FilterBasicRepresentation
/packages/experimental/FillService/src/foo/bar/fill/
H A DAuthActivity.java42 .setValue(username.getAutofillId(),
44 .setValue(password.getAutofillId(),
48 .setValue(username.getAutofillId(),
50 .setValue(password.getAutofillId(),
60 .setValue(username.getAutofillId(),
62 .setValue(password.getAutofillId(),
H A DFillService.java132 .setValue(username.getAutofillId(),
134 .setValue(password.getAutofillId(),
138 .setValue(username.getAutofillId(),
140 .setValue(password.getAutofillId(),
145 .setValue(username.getAutofillId(),
147 .setValue(password.getAutofillId(),
152 .setValue(username.getAutofillId(),
154 .setValue(password.getAutofillId(),
159 .setValue(username.getAutofillId(),
161 .setValue(passwor
[all...]
/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcForegroundPreference.java52 setValue("1");
54 setValue("0");
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DSetting.java81 public void setValue(int value) { method in class:Setting
86 public void setValue(String value) { method in class:Setting
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DFancySummaryListPreference.java62 public void setValue(String value) { method in class:FancySummaryListPreference
63 super.setValue(value);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java184 mFontFamilyPref.setValue(getCaptionsFontFamily());
185 mTextColorPref.setValue(getCaptionsTextColor());
186 mTextOpacityPref.setValue(getCaptionsTextOpacity());
187 mEdgeTypePref.setValue(getCaptionsEdgeType());
188 mEdgeColorPref.setValue(getCaptionsEdgeColor());
190 mBackgroundColorPref.setValue(getCaptionsBackgroundColor());
191 mBackgroundOpacityPref.setValue(getCaptionsBackgroundOpacity());
193 mWindowColorPref.setValue(getCaptionsWindowColor());
194 mWindowOpacityPref.setValue(getCaptionsWindowOpacity());
271 mBackgroundColorPref.setValue(Intege
[all...]
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java196 * Sets the component count of this tag. Call this function before setValue() if the length of
222 boolean setValue(int[] value) { method in class:ExifTag
256 boolean setValue(long[] value) { method in class:ExifTag
282 boolean setValue(String value) { method in class:ExifTag
319 boolean setValue(Rational[] value) { method in class:ExifTag
347 private boolean setValue(byte[] value, int offset, int length) { method in class:ExifTag
360 /** Equivalent to setValue(value, 0, value.length). */
361 boolean setValue(byte[] value) { method in class:ExifTag
362 return setValue(value, 0, value.length);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDaydreamFragment.java108 dreamTimePref.setValue(Integer.toString(getDreamTime()));
112 sleepTimePref.setValue(Integer.toString(getSleepTime()));
127 activeDreamPref.setValue(mBackend.isEnabled() && currentDreamComponent != null
225 dreamTimePref.setValue(Integer.toString(getDreamTime()));
230 sleepTimePref.setValue(Integer.toString(getSleepTime()));
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckerPreference.java69 setValue(null);
81 public void setValue(String value) { method in class:SpellCheckerPreference
82 super.setValue(value);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DBasicEditor.java105 public void setValue(int value) { method in class:BasicEditor
110 rep.setValue(value);
/packages/apps/Settings/src/com/android/settings/
H A DTimeoutListPreference.java111 setValue(String.valueOf(userPreference));
116 setValue(String.valueOf(maxTimeout));
/packages/services/Telephony/src/com/android/phone/settings/
H A DTtyModeListPreference.java47 setValue(Integer.toString(settingsTtyMode));
77 setValue(Integer.toString(buttonTtyMode));
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java239 mButtonPreferredNetworkMode.setValue(Integer.toString(settingsNetworkMode));
265 mButtonEnabledNetworks.setValue(Integer.toString(settingsNetworkMode));
762 mButtonEnabledNetworks.setValue(Integer.toString(settingsNetworkMode));
763 mButtonPreferredNetworkMode.setValue(Integer.toString(settingsNetworkMode));
862 mButtonPreferredNetworkMode.setValue((String) objValue);
913 mButtonEnabledNetworks.setValue((String) objValue);
1055 mButtonPreferredNetworkMode.setValue(Integer.toString(settingsNetworkMode));
1152 mButtonEnabledNetworks.setValue(
1160 mButtonEnabledNetworks.setValue(
1164 mButtonEnabledNetworks.setValue(
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DDampedSpring.java67 public void setValue(float value) { method in class:DampedSpring
/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOrderPreference.java55 setValue(String.valueOf(mPreferences.getDisplayOrder()));
H A DPhoneticNameDisplayPreference.java58 setValue(String.valueOf(mPreferences.getPhoneticNameDisplayPreference()));

Completed in 3800 milliseconds

123456