Home
last modified time | relevance | path

Searched refs:dispatchSetPressed (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DGalleryTest.java262 ((MyGallery) mGallery).dispatchSetPressed(true); in testDispatchSetPressed()
266 ((MyGallery) mGallery).dispatchSetPressed(false); in testDispatchSetPressed()
381 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in GalleryTest.MyGallery
382 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DAbsListViewTest.java1216 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView
1217 super.dispatchSetPressed(pressed); in dispatchSetPressed()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java371 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView
372 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewGroupTest.java613 mMockViewGroup.dispatchSetPressed(true); in testDispatchSetPressed()
616 mMockViewGroup.dispatchSetPressed(false); in testDispatchSetPressed()
2836 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup
2837 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewTest.java1531 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()
1535 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()
4758 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent
4759 super.dispatchSetPressed(pressed); in dispatchSetPressed()