Searched refs:computeImeDisplayIdForTarget (Results 1 – 2 of 2) sorted by relevance
59 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_defaultDisplayId()67 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_InvalidDisplayId()76 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_noSystemDecorationSupportDisplay()85 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_withSystemDecorationSupportDisplay()
2094 final int displayIdToShowIme = computeImeDisplayIdForTarget(cs.selfReportedDisplayId, in startInputUncheckedLocked()2218 static int computeImeDisplayIdForTarget(int displayId, @NonNull ImeDisplayValidator checker) { in computeImeDisplayIdForTarget() method in InputMethodManagerService