OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statuswindowowner
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java
66
private static TransliteratorInputMethod
statusWindowOwner
;
157
if (
statusWindowOwner
!= null) {
158
statusWindowOwner
.statusWindowAction(e);
228
if (
statusWindowOwner
== this) {
249
if (
statusWindowOwner
!= this) {
251
dumpStatus("setStatusWindowOwner from: " +
statusWindowOwner
+ " to: " + this);
253
statusWindowOwner
= this;
285
if (
statusWindowOwner
== this) {
Completed in 44 milliseconds