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.java1463 moveInputMethodDialogsLocked(pos+1); in addInputMethodWindowToListLocked()
1468 moveInputMethodDialogsLocked(pos); in addInputMethodWindowToListLocked()
1545 void moveInputMethodDialogsLocked(int pos) { in moveInputMethodDialogsLocked() method in WindowManagerService
1670 if (DN > 0) moveInputMethodDialogsLocked(imPos+1); in moveInputMethodWindowsIfNeededLocked()
1672 moveInputMethodDialogsLocked(imPos); in moveInputMethodWindowsIfNeededLocked()
1688 if (DN > 0) moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
1690 moveInputMethodDialogsLocked(-1); in moveInputMethodWindowsIfNeededLocked()
2486 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true)); in addWindow()