OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:performidentifieraction
(Results
1 - 13
of
13
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuWrapperICS.java
168
public boolean
performIdentifierAction
(int id, int flags) {
169
return mWrappedObject.
performIdentifierAction
(id, flags);
MenuBuilder.java
941
public boolean
performIdentifierAction
(int id, int flags) {
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
PopupMenuTest.java
158
runTestOnUiThread(() -> mPopupMenu.getMenu().
performIdentifierAction
(R.id.action_share, 0));
162
performIdentifierAction
(R.id.action_share_email, 0));
237
() -> mPopupMenu.getMenu().
performIdentifierAction
(R.id.action_highlight, 0));
260
runTestOnUiThread(() -> mPopupMenu.getMenu().
performIdentifierAction
(R.id.action_share, 0));
268
performIdentifierAction
(R.id.action_share_email, 0));
ToolbarTest.java
163
menu.
performIdentifierAction
(R.id.action_highlight, 0);
167
menu.
performIdentifierAction
(R.id.action_share, 0);
212
instrumentation.runOnMainSync(() -> menu.
performIdentifierAction
(R.id.action_share, 0));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java
165
public boolean
performIdentifierAction
(int id, int flags) {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
MenuLoaderTest.java
183
public boolean
performIdentifierAction
(int id, int flags) {
/frameworks/base/core/java/com/android/internal/view/menu/
ActionMenu.java
182
public boolean
performIdentifierAction
(int id, int flags) {
MenuBuilder.java
888
public boolean
performIdentifierAction
(int id, int flags) {
[
all
...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
PopupMenuTest.java
403
mPopupMenu.getMenu().
performIdentifierAction
(R.id.action_highlight, 0);
491
mPopupMenu.getMenu().
performIdentifierAction
(R.id.action_share, 0);
534
performIdentifierAction
(R.id.action_share_email, 0);
/frameworks/base/core/java/android/view/
Menu.java
436
public boolean
performIdentifierAction
(int id, int flags);
/frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java
[
all
...]
/prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release-no-dep.jar
espresso-contrib-2.2.2-release.jar
Completed in 4608 milliseconds