Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java29 private final SparseArray<SoftInputWindow> mSoftInputWindows = new SparseArray<>(); field in SoftInputWindowManager
37 final SoftInputWindow existingWindow = mSoftInputWindows.get(displayId); in getOrCreateSoftInputWindow()
54 mSoftInputWindows.put(displayId, newWindow); in getOrCreateSoftInputWindow()
59 return mSoftInputWindows.get(displayId); in getSoftInputWindow()