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.java1636 moveInputMethodDialogsLocked(pos + 1); in addInputMethodWindowToListLocked()
1641 moveInputMethodDialogsLocked(pos); in addInputMethodWindowToListLocked()
1691 void moveInputMethodDialogsLocked(int pos) { in moveInputMethodDialogsLocked() method in WindowManagerService
1816 if (DN > 0) moveInputMethodDialogsLocked(imPos+1); in moveInputMethodWindowsIfNeededLocked()
1818 moveInputMethodDialogsLocked(imPos); in moveInputMethodWindowsIfNeededLocked()
1834 if (DN > 0) moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
1836 moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
2087 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true)); in addWindow()