|
| void | updateSelection (final int selStart, final int selEnd, final int candidatesStart, final int candidatesEnd) |
| void | showSoftwareKeyboard (Activity activity, final int x, final int y, final int width, final int height, final int inputHints, final int enterKeyType) |
| void | resetSoftwareKeyboard () |
| void | hideSoftwareKeyboard () |
| boolean | isSoftwareKeyboardVisible () |
| int | getSelectionHandleWidth () |
| void | updateHandles (int mode, int editX, int editY, int editButtons, int x1, int y1, int x2, int y2, boolean rtl) |
| QtInputConnection.QtInputConnectionListener | getInputConnectionListener () |
Definition at line 8 of file QtInputInterface.java.
◆ getInputConnectionListener()
| QtInputConnection.QtInputConnectionListener org.qtproject.qt.android.QtInputInterface.getInputConnectionListener |
( |
| ) |
|
◆ getSelectionHandleWidth()
| int org.qtproject.qt.android.QtInputInterface.getSelectionHandleWidth |
( |
| ) |
|
◆ hideSoftwareKeyboard()
| void org.qtproject.qt.android.QtInputInterface.hideSoftwareKeyboard |
( |
| ) |
|
◆ isSoftwareKeyboardVisible()
| boolean org.qtproject.qt.android.QtInputInterface.isSoftwareKeyboardVisible |
( |
| ) |
|
◆ resetSoftwareKeyboard()
| void org.qtproject.qt.android.QtInputInterface.resetSoftwareKeyboard |
( |
| ) |
|
◆ showSoftwareKeyboard()
| void org.qtproject.qt.android.QtInputInterface.showSoftwareKeyboard |
( |
Activity | activity, |
|
|
final int | x, |
|
|
final int | y, |
|
|
final int | width, |
|
|
final int | height, |
|
|
final int | inputHints, |
|
|
final int | enterKeyType ) |
◆ updateHandles()
| void org.qtproject.qt.android.QtInputInterface.updateHandles |
( |
int | mode, |
|
|
int | editX, |
|
|
int | editY, |
|
|
int | editButtons, |
|
|
int | x1, |
|
|
int | y1, |
|
|
int | x2, |
|
|
int | y2, |
|
|
boolean | rtl ) |
◆ updateSelection()
| void org.qtproject.qt.android.QtInputInterface.updateSelection |
( |
final int | selStart, |
|
|
final int | selEnd, |
|
|
final int | candidatesStart, |
|
|
final int | candidatesEnd ) |
The documentation for this interface was generated from the following file: