HomeSort by relevance Sort by last modified time
    Searched refs:actionKey (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
SearchView.java 821 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);
822 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null)) {
823 launchQuerySearch(keyCode, actionKey.getQueryActionMsg(), mQueryTextView.getText()
869 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode)
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 531 * @param actionKey The key code of the action key that was pressed,
536 protected void launchQuerySearch(int actionKey, String actionMsg) {
539 Intent intent = createIntent(action, null, null, query, actionKey, actionMsg);
580 * @param actionKey The key code of the action key that was pressed,
589 int actionKey, String actionMsg) {
609 if (actionKey != KeyEvent.KEYCODE_UNKNOWN) {
610 intent.putExtra(SearchManager.ACTION_KEY, actionKey);
SearchableInfo.java 60 private static final String MD_XML_ELEMENT_SEARCHABLE_ACTION_KEY = "actionkey";
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 62 milliseconds