Searched refs:dispatchSetPressed (Results 1 – 6 of 6) sorted by relevance
73 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MyGallery74 super.dispatchSetPressed(pressed); in dispatchSetPressed()
274 gallery.dispatchSetPressed(true); in testDispatchSetPressed()278 gallery.dispatchSetPressed(false); in testDispatchSetPressed()
825 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView826 super.dispatchSetPressed(pressed); in dispatchSetPressed()
356 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView357 super.dispatchSetPressed(pressed); in dispatchSetPressed()
492 vg.dispatchSetPressed(true); in testDispatchSetPressed()495 vg.dispatchSetPressed(false); in testDispatchSetPressed()2100 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup2101 super.dispatchSetPressed(pressed); in dispatchSetPressed()
1170 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()1174 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()3719 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent3720 super.dispatchSetPressed(pressed); in dispatchSetPressed()