Searched refs:mInputMethodWindows (Results 1 – 1 of 1) sorted by relevance
63 private ArrayDeque<WindowState> mInputMethodWindows = new ArrayDeque<>(); field in WindowLayersController171 mInputMethodWindows.clear(); in clear()186 mInputMethodWindows.add(w); in collectSpecialWindows()211 while (!mInputMethodWindows.isEmpty()) { in adjustSpecialWindows()212 final WindowState w = mInputMethodWindows.remove(); in adjustSpecialWindows()