Searched refs:mSoftInputWindows (Results 1 – 1 of 1) sorted by relevance
29 private final SparseArray<SoftInputWindow> mSoftInputWindows = new SparseArray<>(); field in SoftInputWindowManager37 final SoftInputWindow existingWindow = mSoftInputWindows.get(displayId); in getOrCreateSoftInputWindow()54 mSoftInputWindows.put(displayId, newWindow); in getOrCreateSoftInputWindow()59 return mSoftInputWindows.get(displayId); in getSoftInputWindow()