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

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java23 void offer(V scrapValue); method in interface:PooledCache
H A DUnrefedBitmapCache.java108 public void offer(final ReusableBitmap value) { method in class:UnrefedBitmapCache
110 super.offer(value);
112 Log.d(TAG, "AltBitmapCache: offer +1");
H A DUnrefedPooledCache.java110 public void offer(V value) { method in class:UnrefedPooledCache
111 Trace.beginSection("pool offer");
114 throw new IllegalArgumentException("unexpected offer of an invalid object: " + value);
116 mPool.offer(value);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 200 milliseconds