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/
DGalleryTest.java266 ((MyGallery) mGallery).dispatchSetPressed(true); in testDispatchSetPressed()
270 ((MyGallery) mGallery).dispatchSetPressed(false); in testDispatchSetPressed()
385 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in GalleryTest.MyGallery
386 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DAbsListViewTest.java1379 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in AbsListViewTest.MyListView
1380 super.dispatchSetPressed(pressed); in dispatchSetPressed()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java385 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in MockView
386 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewGroupTest.java633 mMockViewGroup.dispatchSetPressed(true); in testDispatchSetPressed()
636 mMockViewGroup.dispatchSetPressed(false); in testDispatchSetPressed()
3164 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewGroupTest.MockViewGroup
3165 super.dispatchSetPressed(pressed); in dispatchSetPressed()
DViewTest.java1691 mMockParent.dispatchSetPressed(true); in testDispatchSetPressed()
1695 mMockParent.dispatchSetPressed(false); in testDispatchSetPressed()
5554 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() method in ViewTest.MockViewParent
5555 super.dispatchSetPressed(pressed); in dispatchSetPressed()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt52566 method protected void dispatchSetPressed(boolean);