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

  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 32 public static final String MIME_TYPE_GIF = "image/gif";
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 53 private static final String MIME_TYPE_GIF = "image/gif";
206 ImageKeyboard.this.doCommitContent("A waving flag", MIME_TYPE_GIF, mGifFile);
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF));
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 53 private static final String MIME_TYPE_GIF = "image/gif";
206 ImageKeyboard.this.doCommitContent("A waving flag", MIME_TYPE_GIF, mGifFile);
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF));
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 53 private static final String MIME_TYPE_GIF = "image/gif";
206 ImageKeyboard.this.doCommitContent("A waving flag", MIME_TYPE_GIF, mGifFile);
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF));

Completed in 363 milliseconds