HomeSort by relevance Sort by last modified time
    Searched defs:isGif (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
NetworkUriImageRequest.java 54 protected boolean isGif() throws FileNotFoundException {
ImageRequest.java 112 if (!mDescriptor.isStatic() && isGif()) {
128 protected boolean isGif() throws FileNotFoundException {
129 return ImageUtils.isGif(getInputStreamForResource());
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 340 static bool isGif(void* header, int header_size) {
356 isGif,
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 297 public static boolean isGif(String contentType, Uri contentUri) {
306 return ImageUtils.isGif(inputStream);
319 public static boolean isGif(InputStream inputStream) {
474 return ImageUtils.isGif(mContentType, mUri) ? resizeGifImage() : resizeStaticImage();
    [all...]

Completed in 174 milliseconds