Searched refs:SoftInputShowHideHistory (Results 1 – 2 of 2) sorted by relevance
103 var history = new InputMethodManagerService.SoftInputShowHideHistory(); in testSoftInputShowHideHistoryDump_withNulls_doesntThrow()104 history.addEntry(new InputMethodManagerService.SoftInputShowHideHistory.Entry( in testSoftInputShowHideHistoryDump_withNulls_doesntThrow()
861 static final class SoftInputShowHideHistory { class in InputMethodManagerService1135 private final SoftInputShowHideHistory mSoftInputShowHideHistory =1136 new SoftInputShowHideHistory();4863 mSoftInputShowHideHistory.addEntry(new SoftInputShowHideHistory.Entry( in onShowHideSoftInputRequested()