Home | History | Annotate | Download | only in view

Lines Matching refs:computeVerticalScrollExtent

11091         return computeVerticalScrollOffset() + computeVerticalScrollExtent() <
11407 * units used by {@link #computeVerticalScrollExtent()} and
11414 * @see #computeVerticalScrollExtent()
11429 * {@link #computeVerticalScrollExtent()}.</p>
11436 * @see #computeVerticalScrollExtent()
11460 protected int computeVerticalScrollExtent() {
11489 final int range = computeVerticalScrollRange() - computeVerticalScrollExtent();
11598 computeVerticalScrollExtent(), true);
11664 * @see #computeVerticalScrollExtent()
16839 computeVerticalScrollRange() > computeVerticalScrollExtent();