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

  /frameworks/base/core/java/android/app/
SearchableInfo.java 91 private HashMap<Integer,ActionKeyInfo> mActionKeys = null;
384 public static class ActionKeyInfo implements Parcelable {
399 ActionKeyInfo(Context activityContext, AttributeSet attr) {
424 * Instantiate a new ActionKeyInfo from the data in a Parcel that was
427 * @param in The Parcel containing the previously written ActionKeyInfo,
430 private ActionKeyInfo(Parcel in) {
487 * @hide ActionKeyInfo is hidden
489 public ActionKeyInfo findActionKey(int keyCode) {
496 private void addActionKey(ActionKeyInfo keyInfo) {
498 mActionKeys = new HashMap<Integer,ActionKeyInfo>();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 21 import android.app.SearchableInfo.ActionKeyInfo;
167 ActionKeyInfo ai = si.findActionKey(KeyEvent.KEYCODE_CALL);
  /frameworks/base/core/java/android/widget/
SearchView.java 832 SearchableInfo.ActionKeyInfo actionKey = mSearchable.findActionKey(keyCode);
    [all...]

Completed in 722 milliseconds