Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java397 public void setInputFocusLw(WindowState newWindow, boolean updateInputWindows) { in setInputFocusLw() argument
413 if (updateInputWindows) { in setInputFocusLw()
DWindowManagerService.java8207 boolean initial, boolean updateInputWindows) { in performLayoutLockedInner() argument
8375 if (updateInputWindows) { in performLayoutLockedInner()
9758 private boolean updateFocusedWindowLocked(int mode, boolean updateInputWindows) { in updateFocusedWindowLocked() argument
9786 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() argument
9816 mInputMonitor.setInputFocusLw(mCurrentFocus, updateInputWindows); in finishUpdateFocusedWindowAfterAssignLayersLocked()