Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1627 moveInputMethodDialogsLocked(pos + 1); in addInputMethodWindowToListLocked()
1632 moveInputMethodDialogsLocked(pos); in addInputMethodWindowToListLocked()
1682 void moveInputMethodDialogsLocked(int pos) { in moveInputMethodDialogsLocked() method in WindowManagerService
1807 if (DN > 0) moveInputMethodDialogsLocked(imPos+1); in moveInputMethodWindowsIfNeededLocked()
1809 moveInputMethodDialogsLocked(imPos); in moveInputMethodWindowsIfNeededLocked()
1825 if (DN > 0) moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
1827 moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
2078 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true)); in addWindow()