Searched refs:OnLongClickListenerImpl (Results 1 – 1 of 1) sorted by relevance
1296 OnLongClickListenerImpl listener = new OnLongClickListenerImpl(); in testPerformLongClick()1328 view.setOnLongClickListener(new OnLongClickListenerImpl()); in testSetOnLongClickListener()3972 private static final class OnLongClickListenerImpl implements OnLongClickListener { class in ViewTest