Lines Matching defs:handler
62 private CompositionAreaHandler handler;
102 * Sets the composition area handler that currently owns this
105 synchronized void setHandlerInfo(CompositionAreaHandler handler, InputContext inputContext) {
106 this.handler = handler;
114 return handler;
168 // InputMethodListener methods - just forward to the current handler
170 handler.inputMethodTextChanged(event);
174 handler.caretPositionChanged(event);
217 InputMethodRequests req = handler.getClientInputMethodRequests();
255 InputMethodRequests req = handler.getClientInputMethodRequests();