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

  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 60 private Button mGifButton;
201 mGifButton = new Button(this);
202 mGifButton.setText("Insert GIF");
203 mGifButton.setOnClickListener(new View.OnClickListener() {
231 layout.addView(mGifButton);
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 60 private Button mGifButton;
201 mGifButton = new Button(this);
202 mGifButton.setText("Insert GIF");
203 mGifButton.setOnClickListener(new View.OnClickListener() {
231 layout.addView(mGifButton);
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF));
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 60 private Button mGifButton;
201 mGifButton = new Button(this);
202 mGifButton.setText("Insert GIF");
203 mGifButton.setOnClickListener(new View.OnClickListener() {
231 layout.addView(mGifButton);
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF));

Completed in 118 milliseconds