Home
last modified time | relevance | path

Searched refs:existingWindow (Results 1 – 1 of 1) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java37 final SoftInputWindow existingWindow = mSoftInputWindows.get(displayId); in getOrCreateSoftInputWindow() local
38 if (existingWindow != null) { in getOrCreateSoftInputWindow()
39 return existingWindow; in getOrCreateSoftInputWindow()