InputMethodContext.notifyCursorArea
void notifyCursorArea(int x, int y, int width, int height)Notify context that cursor area changed in input associated.
Parameters
x | the x coordinate of cursor location |
y | the y coordinate of cursor location |
width | the width of cursor area |
height | the height of cursor area |