Searched refs:computeVerticalScrollExtent (Results 1 - 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DScrollNotifier.java29 int computeVerticalScrollExtent(); method in interface:ScrollNotifier
H A DMailWebView.java38 public int computeVerticalScrollExtent() { method in class:MailWebView
39 return super.computeVerticalScrollExtent();
H A DScrollIndicatorsView.java60 protected int computeVerticalScrollExtent() { method in class:ScrollIndicatorsView
61 return mSource.computeVerticalScrollExtent();
H A DMessageScrollView.java276 public int computeVerticalScrollExtent() { method in class:MessageScrollView
277 return super.computeVerticalScrollExtent();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DScrollNotifyingListView.java70 public int computeVerticalScrollExtent() { method in class:ScrollNotifyingListView
71 return super.computeVerticalScrollExtent();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java199 final int extent = mRv.computeVerticalScrollExtent();
299 final int extent = mRv.computeVerticalScrollExtent();
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java3419 protected int computeVerticalScrollExtent() { method in class:StaggeredGridView
3458 * {@link #computeVerticalScrollRange()} and {@link #computeVerticalScrollExtent()}.
3538 * {@link #computeVerticalScrollExtent} and {@link #computeVerticalScrollOffset}.

Completed in 746 milliseconds