MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / run

Method run

app/src/main/java/com/dctimer/util/Utils.java:290–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 et.requestFocus();
289 et.postDelayed(new Runnable() {
290 @Override
291 public void run() {
292 InputMethodManager imm = (InputMethodManager) et.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
293 imm.showSoftInput(et, 0);
294 }
295 }, 300);
296 }
297

Callers

nothing calls this directly

Calls 7

checkHeaderMethod · 0.95
generateScrambleMethod · 0.80
getScrambleMethod · 0.80
writeMethod · 0.80
dismissMethod · 0.80
readMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected