HomeSort by relevance Sort by last modified time
    Searched defs:mContextMenuInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
ActionsViewContainer.java 32 private ContextMenuInfo mContextMenuInfo;
47 mContextMenuInfo = new AdapterView.AdapterContextMenuInfo(this, position, -1);
52 return mContextMenuInfo;
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 341 private ContextMenu.ContextMenuInfo mContextMenuInfo;
402 if (mContextMenuInfo == null) {
403 mContextMenuInfo = new MyContextMenuInfo();
405 return mContextMenuInfo;
  /frameworks/base/core/java/android/widget/
Gallery.java 171 private AdapterContextMenuInfo mContextMenuInfo;
    [all...]
AbsListView.java 504 private ContextMenuInfo mContextMenuInfo = null;
    [all...]

Completed in 139 milliseconds