Searched defs:moveInputMethodDialogsLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1345 moveInputMethodDialogsLocked(pos+1);
1350 moveInputMethodDialogsLocked(pos);
1427 void moveInputMethodDialogsLocked(int pos) { method in class:WindowManagerService
1547 if (DN > 0) moveInputMethodDialogsLocked(imPos+1);
1549 moveInputMethodDialogsLocked(imPos);
1565 if (DN > 0) moveInputMethodDialogsLocked(-1);
1567 moveInputMethodDialogsLocked(-1);
2295 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true));

Completed in 95 milliseconds