OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menuId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CustomMenu.java
42
public DropDownMenu(Context context, Button button, int
menuId
,
49
mPopupMenu.getMenuInflater().inflate(
menuId
, mMenu);
78
public DropDownMenu addDropDownMenu(Button button, int
menuId
) {
79
DropDownMenu menu = new DropDownMenu(mContext, button,
menuId
, this);
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
766
int
menuId
= item.getItemId();
767
if ((
menuId
== SORT_ORDER_ALPHA) || (
menuId
== SORT_ORDER_SIZE)) {
768
mSortOrder =
menuId
;
772
} else if (
menuId
== SHOW_RUNNING_SERVICES) {
775
} else if (
menuId
== SHOW_BACKGROUND_PROCESSES) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java
417
private void sendMenuSelection(int
menuId
, boolean helpRequired) {
439
buf.write(
menuId
); // menu identifier chosen
Completed in 31 milliseconds