Searched refs:OnCreateContextMenuListenerImpl (Results 1 – 1 of 1) sorted by relevance
1067 view.setOnCreateContextMenuListener(new OnCreateContextMenuListenerImpl()); in testSetOnCreateContextMenuListener()1072 OnCreateContextMenuListenerImpl listener = new OnCreateContextMenuListenerImpl(); in testCreateContextMenu()4406 private final class OnCreateContextMenuListenerImpl implements OnCreateContextMenuListener { class in ViewTest