( final String title, boolean isNumberEdit, final InputHandler handler )
| 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() |
no test coverage detected