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.java258 ((MyGallery) mGallery).dispatchSetPressed(true); in testDispatchSetPressed()
262 ((MyGallery) mGallery).dispatchSetPressed(false); in testDispatchSetPressed()
377 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in GalleryTest.MyGallery
378 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DAbsListViewTest.java1309 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView
1310 super.dispatchSetPressed(pressed); in dispatchSetPressed()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java384 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView
385 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewGroupTest.java625 mMockViewGroup.dispatchSetPressed(true); in testDispatchSetPressed()
628 mMockViewGroup.dispatchSetPressed(false); in testDispatchSetPressed()
3136 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup
3137 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewTest.java1671 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()
1675 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()
5287 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent
5288 super.dispatchSetPressed(pressed); in dispatchSetPressed()