Searched refs:updateInputWindows (Results 1 – 2 of 2) sorted by relevance
397 public void setInputFocusLw(WindowState newWindow, boolean updateInputWindows) { in setInputFocusLw() argument413 if (updateInputWindows) { in setInputFocusLw()
8207 boolean initial, boolean updateInputWindows) { in performLayoutLockedInner() argument8375 if (updateInputWindows) { in performLayoutLockedInner()9758 private boolean updateFocusedWindowLocked(int mode, boolean updateInputWindows) { in updateFocusedWindowLocked() argument9786 performLayoutLockedInner(displayContent, true /*initial*/, updateInputWindows); in updateFocusedWindowLocked()9799 performLayoutLockedInner(displayContent, true /*initial*/, updateInputWindows); in updateFocusedWindowLocked()9806 finishUpdateFocusedWindowAfterAssignLayersLocked(updateInputWindows); in updateFocusedWindowLocked()9815 private void finishUpdateFocusedWindowAfterAssignLayersLocked(boolean updateInputWindows) { in finishUpdateFocusedWindowAfterAssignLayersLocked() argument9816 mInputMonitor.setInputFocusLw(mCurrentFocus, updateInputWindows); in finishUpdateFocusedWindowAfterAssignLayersLocked()