MCPcopy Create free account
hub / github.com/buggins/coolreader / showToast

Method showToast

android/src/org/coolreader/CoolReader.java:1305–1307  ·  view source on GitHub ↗
(int stringResourceId)

Source from the content-addressed store, hash-verified

1303 }
1304
1305 public void showToast(int stringResourceId) {
1306 showToast(stringResourceId, Toast.LENGTH_LONG);
1307 }
1308
1309 public void showToast(int stringResourceId, int duration) {
1310 String s = getString(stringResourceId);

Callers 7

initTTSMethod · 0.95
runMethod · 0.95
onOptionsItemSelectedMethod · 0.95
onActivityResultMethod · 0.95
openURLMethod · 0.95
makeDonationMethod · 0.95

Calls 4

showToastMethod · 0.95
vMethod · 0.65
getStringMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected