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.java1241 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView
1242 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.java624 mMockViewGroup.dispatchSetPressed(true); in testDispatchSetPressed()
627 mMockViewGroup.dispatchSetPressed(false); in testDispatchSetPressed()
3111 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup
3112 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewTest.java1663 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()
1667 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()
5176 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent
5177 super.dispatchSetPressed(pressed); in dispatchSetPressed()