Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsListViewTest.java168 assertFalse(onScrollListener.isOnScrollCalled()); in testSetOnScrollListener()
178 assertTrue(onScrollListener.isOnScrollCalled()); in testSetOnScrollListener()
190 assertTrue(onScrollListener.isOnScrollCalled()); in testSetOnScrollListener()
199 assertTrue(onScrollListener.isOnScrollCalled()); in testSetOnScrollListener()
211 assertTrue(onScrollListener.isOnScrollCalled()); in testFling()
216 assertTrue(onScrollListener.isOnScrollCalled()); in testFling()
221 assertFalse(onScrollListener.isOnScrollCalled()); in testFling()
226 assertFalse(onScrollListener.isOnScrollCalled()); in testFling()
815 public boolean isOnScrollCalled() { in isOnScrollCalled() method in AbsListViewTest.MockOnScrollListener