HomeSort by relevance Sort by last modified time
    Searched full:actionkey (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/tests/coretests/res/xml/
searchable.xml 23 <actionkey android:keycode="KEYCODE_CALL"
  /frameworks/base/core/java/android/widget/
SearchView.java 886 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);
887 if ((actionKey != null) && (actionKey.getQueryActionMsg() != null))
    [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);
579 * @param actionKey The key code of the action key that was pressed,
588 int actionKey, String actionMsg) {
608 if (actionKey != KeyEvent.KEYCODE_UNKNOWN) {
609 intent.putExtra(SearchManager.ACTION_KEY, actionKey);
SearchableInfo.java 62 private static final String MD_XML_ELEMENT_SEARCHABLE_ACTION_KEY = "actionkey";
    [all...]
SearchManager.java 128 * with the keycode attribute in the actionkey element of your searchable.xml configuration
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 56 &lt;<a href="#actionkey-element">actionkey</a>
296 <dt id="actionkey-element"><code>&lt;actionkey&gt;</code></dt>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 183 "actionkey", //$NON-NLS-1$ xmlName
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 254 milliseconds