OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionKeyInfo
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/
SearchableInfo.java
93
private HashMap<Integer,
ActionKeyInfo
> mActionKeys = null;
386
public static class
ActionKeyInfo
implements Parcelable {
401
ActionKeyInfo
(Context activityContext, AttributeSet attr) {
426
* Instantiate a new
ActionKeyInfo
from the data in a Parcel that was
429
* @param in The Parcel containing the previously written
ActionKeyInfo
,
432
private
ActionKeyInfo
(Parcel in) {
489
* @hide
ActionKeyInfo
is hidden
491
public
ActionKeyInfo
findActionKey(int keyCode) {
498
private void addActionKey(
ActionKeyInfo
keyInfo) {
500
mActionKeys = new HashMap<Integer,
ActionKeyInfo
>();
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java
21
import android.app.SearchableInfo.
ActionKeyInfo
;
167
ActionKeyInfo
ai = si.findActionKey(KeyEvent.KEYCODE_CALL);
/frameworks/base/core/java/android/widget/
SearchView.java
[
all
...]
Completed in 1111 milliseconds