Searched refs:hasReachedBottom (Results 1 – 3 of 3) sorted by relevance
233 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()
114 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
114 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