Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1014917 // aOnEnter - actually reacts to the Android keyboard's "Done" button

JavaX fragment (include)

static void aOnEnter(final EditText tv, fO r) {
  androidUI(r {
    tv.setOnEditorActionListener(new TextView.OnEditorActionListener() {
      public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
        if (/*event != null && event.getKeyCode() == KeyEvent.KEYCODE_ENTER ||*/ actionId == EditorInfo.IME_ACTION_DONE) {
          aHideKeyboard();
          tv.selectAll();
          pcallF(r);
        }
        true;
      }
    });
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014917
Snippet name: aOnEnter - actually reacts to the Android keyboard's "Done" button
Eternal ID of this version: #1014917/10
Text MD5: 979da47890702891ef2ad2bcc1e73906
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-06 13:13:08
Source code size: 474 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 301 / 336
Version history: 9 change(s)
Referenced in: [show references]