Searched defs:getValue (Results 1 - 25 of 41) sorted by relevance

12

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DConsumerTrap.java35 public A getValue() { method in class:ConsumerTrap
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DBackupSharedPreference.java28 Object getValue(); method in interface:BackupSharedPreference
H A DSimpleBackupSharedPreference.java48 public Object getValue() { method in class:SimpleBackupSharedPreference
/packages/apps/Camera/src/com/android/camera/
H A DRecordLocationPreference.java42 public String getValue() { method in class:RecordLocationPreference
H A DListPreference.java92 public String getValue() { method in class:ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString();
176 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
/packages/apps/Camera2/src/com/android/camera/
H A DRecordLocationPreference.java42 public String getValue() { method in class:RecordLocationPreference
H A DListPreference.java106 public String getValue() { method in class:ListPreference
147 return findIndexOfValue(getValue());
151 return mEntries[findIndexOfValue(getValue())].toString();
155 return mLabels[findIndexOfValue(getValue())].toString();
198 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterInteger.java28 int getValue(); method in interface:ParameterInteger
H A DBasicParameterInt.java92 public int getValue() { method in class:BasicParameterInt
H A DParameterColor.java84 public int getValue() { method in class:ParameterColor
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRecordLocationPreference.java44 public String getValue() { method in class:RecordLocationPreference
H A DListPreference.java92 public String getValue() { method in class:ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString();
162 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
H A DUnstructuredField.java39 public String getValue() { method in class:UnstructuredField
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java77 public double getValue(double x) { method in class:SplineMath
H A DFilterBasicRepresentation.java69 setValue(representation.getValue());
103 public int getValue() { method in class:FilterBasicRepresentation
146 int val = getValue();
H A DFilterChanSatRepresentation.java115 if (rep.getValue(i) != getValue(i))
123 public int getValue(int mode) { method in class:FilterChanSatRepresentation
124 return mAllParam[mode].getValue();
148 return getValue(mParameterMode);
171 writer.value(getValue(MODE_MASTER));
172 writer.value(getValue(MODE_RED));
173 writer.value(getValue(MODE_YELLOW));
174 writer.value(getValue(MODE_GREEN));
175 writer.value(getValue(MODE_CYA
[all...]
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());
85 public int getValue(int mode) { method in class:FilterVignetteRepresentation
86 return mAllParam[mode].getValue();
170 if (mAllParam[i].getValue() != rep.mAllParam[i].getValue())
198 writer.value(mParamVignette.getValue());
[all...]
/packages/apps/Dialer/src/com/android/dialer/util/
H A DExpirableCache.java98 public V getValue(); method in interface:ExpirableCache.CachedValue
132 public V getValue() { method in class:ExpirableCache.GenerationalCachedValue
191 return cachedValue == null ? null : cachedValue.getValue();
206 return cachedValue == null || cachedValue.isExpired() ? null : cachedValue.getValue();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DBasicEditor.java91 public int getValue() { method in class:BasicEditor
96 return rep.getValue();
/packages/apps/Mms/src/com/android/mms/dom/
H A DAttrImpl.java56 public String getValue() { method in class:AttrImpl
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DPingParser.java141 String serverId = getValue();
160 private int getValue(final String name, final int currentValue, final int minValue, method in class:PingParser
180 private int getValue(final String name, final int currentValue) throws IOException { method in class:PingParser
181 return getValue(name, currentValue, 1, -1);
196 mPingStatus = getValue("Status", mPingStatus, STATUS_EXPIRED,
199 mMaxFolders = getValue("MaxFolders", mMaxFolders);
211 mHeartbeatInterval = getValue("HeartbeatInterval", mHeartbeatInterval);
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java211 return Integer.parseInt(getValue());
215 public String getValue() throws IOException { method in class:FolderSyncParserTests.MockFolderSyncParser
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java69 float left = mAnimationLeft.getValue();
70 float right = mAnimationRight.getValue();
176 public float getValue() { method in class:EdgeAnimation
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java211 public int getValue() { method in class:ListDialogPreference
234 myState.value = getValue();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java81 public boolean getValue() { method in class:SubtypeSwitcher.NeedsToDisplayLanguage
256 return mNeedsToDisplayLanguage.getValue();

Completed in 1018 milliseconds

12