OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:performItemAction
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java
167
mMenu.
performItemAction
((MenuItemImpl) mPresenter.getAdapter().getItem(which), 0);
MenuBuilder.java
770
handled =
performItemAction
(item, flags);
870
return
performItemAction
(findItem(id), flags);
873
public boolean
performItemAction
(MenuItem item, int flags) {
874
return
performItemAction
(item, null, flags);
877
public boolean
performItemAction
(MenuItem item, MenuPresenter preferredPresenter, int flags) {
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuDialogHelper.java
170
mMenu.
performItemAction
((MenuItemImpl) mPresenter.getAdapter().getItem(which), 0);
MenuBuilder.java
807
handled =
performItemAction
(item, flags);
912
return
performItemAction
(findItem(id), flags);
915
public boolean
performItemAction
(MenuItem item, int flags) {
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java
307
performItemAction
(intent, mSessionId, null, extras, callback);
344
performItemAction
(intent, mSessionId, itemId, extras, callback);
374
performItemAction
(intent, mSessionId, itemId, extras, callback);
407
performItemAction
(intent, mSessionId, itemId, extras, callback);
582
private void
performItemAction
(final Intent intent,
[
all
...]
Completed in 144 milliseconds