Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMailWebView.java38 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MailWebView
39 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DScrollIndicatorsView.java60 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ScrollIndicatorsView
61 return mSource.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DMessageScrollView.java276 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MessageScrollView
277 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DScrollNotifier.java29 int computeVerticalScrollExtent(); in computeVerticalScrollExtent() method
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DScrollNotifyingListView.java70 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ScrollNotifyingListView
71 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java199 final int extent = mRv.computeVerticalScrollExtent(); in isEnabled()
299 final int extent = mRv.computeVerticalScrollExtent(); in computeScrollRatio()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DPagedListView.java395 mRecyclerView.computeVerticalScrollExtent(), in updatePaginationButtons()
DCarLayoutManager.java537 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method in CarLayoutManager