Searched refs:MockOnLongClickListener (Results 1 – 2 of 2) sorted by relevance
352 final MockOnLongClickListener onLongClickListener = new MockOnLongClickListener(); in testSetupListeners()516 private static class MockOnLongClickListener implements OnLongClickListener { class in View_UsingViewsTest
2705 MockOnLongClickListener onLongClickListener = new MockOnLongClickListener(true); in testPerformLongClick()2714 onLongClickListener = new MockOnLongClickListener(false); in testPerformLongClick()5511 private static class MockOnLongClickListener implements OnLongClickListener { class5515 MockOnLongClickListener(boolean result) { in MockOnLongClickListener() method in TextViewTest.MockOnLongClickListener