InputMethodContext.notifyCursorArea

Notify @context that cursor area changed in input associated.

class InputMethodContext
void
notifyCursorArea
(
int x
,
int y
,
int width
,
int height
)

Parameters

x int

the x coordinate of cursor location

y int

the y coordinate of cursor location

width int

the width of cursor area

height int

the height of cursor area

Meta

Since

2.28