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

Method showInputDialog

android/src/org/coolreader/CoolReader.java:1374–1378  ·  view source on GitHub ↗
( final String title, boolean isNumberEdit, final InputHandler handler )

Source from the content-addressed store, hash-verified

1372 }
1373
1374 public void showInputDialog( final String title, boolean isNumberEdit, final InputHandler handler )
1375 {
1376 final InputDialog dlg = new InputDialog(this, title, isNumberEdit, handler);
1377 dlg.show();
1378 }
1379
1380 private int orientationFromSensor = 0;
1381 public int getOrientationFromSensor()

Callers 2

showGoToPageDialogMethod · 0.95
showGoToPercentDialogMethod · 0.95

Calls 1

showMethod · 0.45

Tested by

no test coverage detected