Searched defs:oldValue (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | MediaCache.java | 99 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 D | PoolableImageCache.java | 75 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/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | TouchTargetEnforcerTest.java | 131 private void assertBoundsCorrect(int oldValue, int newValue) { argument 133 if (oldValue >= mEdgeValue) { 134 assertThat(newValue, equalTo(oldValue));
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | ThumbnailCache.java | 306 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 D | AbstractLauncherUiTest.java | 191 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/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
Completed in 204 milliseconds