| 501 | } |
| 502 | |
| 503 | void TextFieldEx::openIME(void) |
| 504 | { |
| 505 | AXLOGD("TextFieldEx:: openIME"); |
| 506 | this->attachWithIME(); |
| 507 | __updateCursorPosition(); |
| 508 | __showCursor(); |
| 509 | |
| 510 | if (this->onOpenIME) |
| 511 | this->onOpenIME(); |
| 512 | } |
| 513 | |
| 514 | void TextFieldEx::closeIME(void) |
| 515 | { |
nothing calls this directly
no test coverage detected