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

  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 57 private File mPngFile;
195 mPngFile = getFileForResource(this, R.raw.dessert_android, imagesDir, "image.png");
215 ImageKeyboard.this.doCommitContent("A droid logo", MIME_TYPE_PNG, mPngFile);
247 mPngButton.setEnabled(mPngFile != null && isCommitContentSupported(info, MIME_TYPE_PNG));
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 57 private File mPngFile;
195 mPngFile = getFileForResource(this, R.raw.dessert_android, imagesDir, "image.png");
215 ImageKeyboard.this.doCommitContent("A droid logo", MIME_TYPE_PNG, mPngFile);
247 mPngButton.setEnabled(mPngFile != null && isCommitContentSupported(info, MIME_TYPE_PNG));
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 57 private File mPngFile;
195 mPngFile = getFileForResource(this, R.raw.dessert_android, imagesDir, "image.png");
215 ImageKeyboard.this.doCommitContent("A droid logo", MIME_TYPE_PNG, mPngFile);
247 mPngButton.setEnabled(mPngFile != null && isCommitContentSupported(info, MIME_TYPE_PNG));

Completed in 88 milliseconds