Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java233 assertThat(mMasterClear.hasReachedBottom(mScrollView)).isFalse(); in testHasReachedBottom_NotScrollDown_returnFalse()
240 assertThat(mMasterClear.hasReachedBottom(mScrollView)).isTrue(); in testHasReachedBottom_CanNotScroll_returnTrue()
247 assertThat(mMasterClear.hasReachedBottom(mScrollView)).isTrue(); in testHasReachedBottom_ScrollToBottom_returnTrue()
432 doReturn(true).when(mMasterClear).hasReachedBottom(any()); in testOnGlobalLayout_shouldNotRemoveListener()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java114 mInitiateButton.setEnabled(hasReachedBottom(mScrollView)); in onGlobalLayout()
361 if (v instanceof ScrollView && hasReachedBottom((ScrollView) v)) { in establishInitialState()
403 boolean hasReachedBottom(final ScrollView scrollView) { in hasReachedBottom() method in MasterClear
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java114 mInitiateButton.setEnabled(hasReachedBottom(mScrollView)); in onGlobalLayout()
360 if (v instanceof ScrollView && hasReachedBottom((ScrollView) v)) { in establishInitialState()
402 boolean hasReachedBottom(final ScrollView scrollView) { in hasReachedBottom() method in MasterClear