Searched defs:oldValue (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCache.java99 final T oldValue, final T newValue) {
100 oldValue.release();
98 entryRemoved(final boolean evicted, final String key, final T oldValue, final T newValue) argument
H A DPoolableImageCache.java75 final ImageResource oldValue, final ImageResource newValue) {
76 mReusablePoolAccessor.onResourceLeaveCache(oldValue);
77 super.entryRemoved(evicted, key, oldValue, newValue);
74 entryRemoved(final boolean evicted, final String key, final ImageResource oldValue, final ImageResource newValue) argument
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DLauncherInstrumentationTestCase.java167 private int getNextMoveValue(int targetValue, int oldValue) { argument
168 if (targetValue - oldValue > 10) {
169 return oldValue + 10;
170 } else if (targetValue - oldValue < -10) {
171 return oldValue - 10;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/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 307 milliseconds