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

Method run

android/src/org/coolreader/crengine/BaseDialog.java:224–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 if (ltrHandler == null)
223 ltrHandler = new Runnable() {
224 @Override
225 public void run() {
226 // cancel
227 onNegativeButtonClick();
228 }
229 };
230 if (rtlHandler == null)
231 rtlHandler = new Runnable() {

Callers 1

onFlingMethod · 0.45

Calls 2

onNegativeButtonClickMethod · 0.95
onPositiveButtonClickMethod · 0.95

Tested by

no test coverage detected