OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyClientWindowChange
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/awt/java/awt/im/spi/
InputMethod.java
53
public void
notifyClientWindowChange
(Rectangle bounds);
/frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeIM.java
76
public void
notifyClientWindowChange
(Rectangle bounds) {
/frameworks/base/awt/org/apache/harmony/awt/im/
InputMethodContext.java
158
notifyClientWindowChange
(IMManager.getWindow(comp).getBounds());
494
notifyClientWindowChange
(IMManager.getWindow(client).getBounds());
545
public void
notifyClientWindowChange
(Rectangle bounds) {
547
inputMethod.
notifyClientWindowChange
(bounds);
Completed in 45 milliseconds