Searched refs:mContextMenuInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DActionsViewContainer.java32 private ContextMenuInfo mContextMenuInfo; field in class:ActionsViewContainer
47 mContextMenuInfo = new AdapterView.AdapterContextMenuInfo(this, position, -1);
52 return mContextMenuInfo;
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java55 private ContextMenuInfo mContextMenuInfo = null; field in class:BookmarkExpandableView
189 mContextMenuInfo = new BookmarkContextMenuInfo(childPosition,
211 return mContextMenuInfo;

Completed in 56 milliseconds