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
2301 MockOnLongClickListener onLongClickListener = new MockOnLongClickListener(true);2310 onLongClickListener = new MockOnLongClickListener(false);4912 private static class MockOnLongClickListener implements OnLongClickListener { class in TextViewTest4916 MockOnLongClickListener(boolean result) { in MockOnLongClickListener() method in TextViewTest.MockOnLongClickListener