Searched refs:getReq (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodContext.java279 return getReq().getTextLocation(offset);
286 return getReq().getLocationOffset(x, y);
293 return getReq().getInsertPositionOffset();
302 return getReq().getCommittedText(beginIndex, endIndex, attributes);
309 return getReq().getCommittedTextLength();
317 return getReq().cancelLatestCommittedText(attributes);
324 return getReq().getSelectedText(attributes);
327 private InputMethodRequests getReq() { method in class:InputMethodContext

Completed in 37 milliseconds