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