Home
last modified time | relevance | path

Searched refs:SoftInputShowHideHistory (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceTests.java103 var history = new InputMethodManagerService.SoftInputShowHideHistory(); in testSoftInputShowHideHistoryDump_withNulls_doesntThrow()
104 history.addEntry(new InputMethodManagerService.SoftInputShowHideHistory.Entry( in testSoftInputShowHideHistoryDump_withNulls_doesntThrow()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java861 static final class SoftInputShowHideHistory { class in InputMethodManagerService
1135 private final SoftInputShowHideHistory mSoftInputShowHideHistory =
1136 new SoftInputShowHideHistory();
4863 mSoftInputShowHideHistory.addEntry(new SoftInputShowHideHistory.Entry( in onShowHideSoftInputRequested()