Searched defs:currentValue (Results 1 - 3 of 3) 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/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java742 public void startIfNecessary(float currentValue) { argument
743 if (!hasStarted && predicate.shouldStart(currentValue)) {
888 abstract boolean shouldStart(float currentValue); argument
900 boolean shouldStart(float currentValue) { argument
901 return currentValue > thresholdValue;
914 boolean shouldStart(float currentValue) { argument
915 return currentValue < thresholdValue;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 2312 milliseconds