Searched defs:currentValue (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DLerper.java43 public int getValue(int currentValue, int targetValue) { argument
44 int delta = targetValue - currentValue;
47 // make sure change currentValue and not exceeding targetValue
52 retValue = currentValue + delta;
57 // make sure change currentValue and not exceeding targetValue
62 retValue = currentValue + delta;
72 public float getValue(float currentValue, float targetValue) { argument
73 float delta = targetValue - currentValue;
76 // make sure change currentValue and not exceeding targetValue
78 retValue = currentValue
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DPingParser.java154 * @param currentValue The current value of the property we're parsing.
160 private int getValue(final String name, final int currentValue, final int minValue, argument
162 if (currentValue != NO_VALUE) {
176 * @param currentValue The current value of the property we're parsing.
180 private int getValue(final String name, final int currentValue) throws IOException { argument
181 return getValue(name, currentValue, 1, -1);
/packages/apps/ContactsCommon/libs/
H A Dgeocoder-2.9.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 6824 milliseconds