Searched defs:oldValue (Results 1 - 7 of 7) sorted by path

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java306 boolean evicted, Pair<Uri, Point> key, Entry oldValue, Entry newValue) {
305 entryRemoved( boolean evicted, Pair<Uri, Point> key, Entry oldValue, Entry newValue) argument
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java191 private int getNextMoveValue(int targetValue, int oldValue) { argument
192 if (targetValue - oldValue > 10) {
193 return oldValue + 10;
194 } else if (targetValue - oldValue < -10) {
195 return oldValue - 10;
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DTouchTargetEnforcerTest.java131 private void assertBoundsCorrect(int oldValue, int newValue) { argument
133 if (oldValue >= mEdgeValue) {
134 assertThat(newValue, equalTo(oldValue));
/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/ ...
/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/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 7437 milliseconds