HomeSort by relevance Sort by last modified time
    Searched refs:BitmapRequestKeyImpl (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapRequestKeyImpl.java 26 public class BitmapRequestKeyImpl implements RequestKey {
32 public BitmapRequestKeyImpl(String uriString) {
46 if (o == null || !(o instanceof BitmapRequestKeyImpl)) {
49 final BitmapRequestKeyImpl other = (BitmapRequestKeyImpl) o;
MainActivity.java 124 v.getTypedDrawable().bind(new BitmapRequestKeyImpl(mItems[position]));

Completed in 218 milliseconds