OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContextMenuInfo
(Results
1 - 4
of
4
) sorted by null
/cts/tests/src/android/widget/cts/
MyGallery.java
33
private ContextMenuInfo
mContextMenuInfo
;
98
if (
mContextMenuInfo
== null) {
99
mContextMenuInfo
= new MyContextMenuInfo();
101
return
mContextMenuInfo
;
/cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java
544
private ContextMenuInfo
mContextMenuInfo
;
551
return
mContextMenuInfo
;
556
mContextMenuInfo
= menuInfo;
/frameworks/base/core/java/android/widget/
Gallery.java
165
private AdapterContextMenuInfo
mContextMenuInfo
;
[
all
...]
AbsListView.java
382
private ContextMenuInfo
mContextMenuInfo
= null;
[
all
...]
Completed in 517 milliseconds