Searched refs:performPrivateCommand (Results 1 – 3 of 3) sorted by relevance
255 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in createWideScreenImeView()281 mInputConnection.performPrivateCommand(WIDE_SCREEN_CLEAR_DATA_ACTION, null); in createWideScreenImeView()479 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, in loadSearchItems()488 mInputConnection.performPrivateCommand(WIDE_SCREEN_POST_LOAD_SEARCH_RESULTS_ACTION, null); in loadSearchItems()494 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in onItemClicked()624 mInputConnection.performPrivateCommand(WIDE_SCREEN_ACTION, bundle); in sendSurfaceInfo()
39 boolean performPrivateCommand(String action, Bundle data); in performPrivateCommand() method
965 public boolean performPrivateCommand(final String action, final Bundle data) { in performPrivateCommand() method in RichInputConnection970 return mIC.performPrivateCommand(action, data); in performPrivateCommand()