HomeSort by relevance Sort by last modified time
    Searched refs:setOnCreateContextMenuListener (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 70 mExpandableListView.setOnCreateContextMenuListener(menuListener);
134 mExpandableListView.setOnCreateContextMenuListener(null);
TextViewTest.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 157 protected void setOnCreateContextMenuListener(
160 directly().setOnCreateContextMenuListener(onCreateContextMenuListener);
  /cts/tests/app/app/src/android/app/stubs/
ExpandableListTestActivity.java 86 v.setOnCreateContextMenuListener(this);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 97 getListView().setOnCreateContextMenuListener(this);
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 155 mView.setOnCreateContextMenuListener(getActivity());
  /cts/tests/app/src/android/app/cts/
DialogTest.java     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java 902 testView.setOnCreateContextMenuListener(createListener);
905 testView.setOnCreateContextMenuListener(null);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 443 flip.setOnCreateContextMenuListener(this);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 7852 milliseconds