Home
last modified time | relevance | path

Searched refs:computeImeDisplayIdForTarget (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceTests.java70 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_defaultDisplayId()
78 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_InvalidDisplayId()
87 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_noSystemDecorationSupportDisplay()
96 InputMethodManagerService.computeImeDisplayIdForTarget( in testComputeImeDisplayId_withSystemDecorationSupportDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java36 import static com.android.server.inputmethod.InputMethodManagerService.computeImeDisplayIdForTarget;
310 final int displayToShowIme = computeImeDisplayIdForTarget(displayId, mImeDisplayValidator); in computeImeDisplayId()
H A DInputMethodManagerService.java2770 static int computeImeDisplayIdForTarget(int displayId, @NonNull ImeDisplayValidator checker) { in computeImeDisplayIdForTarget() method in InputMethodManagerService