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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VideoThumbnailRequest.java 59 protected Bitmap getBitmapForResource() throws IOException {
ImageRequest.java 81 * Allows sub classes to specify that they want us to call getBitmapForResource rather than
88 protected Bitmap getBitmapForResource() throws IOException {
143 final Bitmap bitmap = getBitmapForResource();

Completed in 129 milliseconds