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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1236 moveInputMethodDialogsLocked(pos+1);
1241 moveInputMethodDialogsLocked(pos);
1317 void moveInputMethodDialogsLocked(int pos) { method in class:WindowManagerService
1428 if (DN > 0) moveInputMethodDialogsLocked(imPos+1);
1430 moveInputMethodDialogsLocked(imPos);
1446 if (DN > 0) moveInputMethodDialogsLocked(-1);;
1448 moveInputMethodDialogsLocked(-1);;
1461 moveInputMethodDialogsLocked(findDesiredInputMethodWindowIndexLocked(true));

Completed in 47 milliseconds