Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMyGallery.java73 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MyGallery
74 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DGalleryTest.java274 gallery.dispatchSetPressed(true); in testDispatchSetPressed()
278 gallery.dispatchSetPressed(false); in testDispatchSetPressed()
DAbsListViewTest.java825 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView
826 super.dispatchSetPressed(pressed); in dispatchSetPressed()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java356 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView
357 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewGroupTest.java492 vg.dispatchSetPressed(true); in testDispatchSetPressed()
495 vg.dispatchSetPressed(false); in testDispatchSetPressed()
2100 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup
2101 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewTest.java1170 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()
1174 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()
3719 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent
3720 super.dispatchSetPressed(pressed); in dispatchSetPressed()