Searched defs:thumbUri (Results 1 – 2 of 2) sorted by relevance
108 public Uri thumbUri() { in thumbUri() method in MockImage
215 Uri thumbUri = index >= mOthers.size() ? null : mOthers.get(index).getThumbnailUri(); in getOrientation() local