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.java1541 moveInputMethodDialogsLocked(pos+1); in addInputMethodWindowToListLocked()
1546 moveInputMethodDialogsLocked(pos); in addInputMethodWindowToListLocked()
1623 void moveInputMethodDialogsLocked(int pos) { in moveInputMethodDialogsLocked() method in WindowManagerService
1748 if (DN > 0) moveInputMethodDialogsLocked(imPos+1); in moveInputMethodWindowsIfNeededLocked()
1750 moveInputMethodDialogsLocked(imPos); in moveInputMethodWindowsIfNeededLocked()
1766 if (DN > 0) moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
1768 moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
2569 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true)); in addWindow()