Searched refs:dispatchSetPressed (Results 1 – 6 of 6) sorted by relevance
266 ((MyGallery) mGallery).dispatchSetPressed(true); in testDispatchSetPressed()270 ((MyGallery) mGallery).dispatchSetPressed(false); in testDispatchSetPressed()385 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in GalleryTest.MyGallery386 super.dispatchSetPressed(pressed); in dispatchSetPressed()
1379 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView1380 super.dispatchSetPressed(pressed); in dispatchSetPressed()
385 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView386 super.dispatchSetPressed(pressed); in dispatchSetPressed()
633 mMockViewGroup.dispatchSetPressed(true); in testDispatchSetPressed()636 mMockViewGroup.dispatchSetPressed(false); in testDispatchSetPressed()3164 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup3165 super.dispatchSetPressed(pressed); in dispatchSetPressed()
1691 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()1695 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()5554 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent5555 super.dispatchSetPressed(pressed); in dispatchSetPressed()
52566 method protected void dispatchSetPressed(boolean);