Searched refs:computeImeDisplayIdForTarget (Results 1 – 3 of 3) sorted by relevance
70 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_defaultDisplayId()78 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_InvalidDisplayId()87 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_noSystemDecorationSupportDisplay()96 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_withSystemDecorationSupportDisplay()
36 import static com.android.server.inputmethod.InputMethodManagerService.computeImeDisplayIdForTarget;310 final int displayToShowIme = computeImeDisplayIdForTarget(displayId, mImeDisplayValidator); in computeImeDisplayId()
2770 static int computeImeDisplayIdForTarget(int displayId, @NonNull ImeDisplayValidator checker) { in computeImeDisplayIdForTarget() method in InputMethodManagerService