Home | History | Annotate | Download | only in view

Lines Matching refs:scrolled

2976      * The offset, in pixels, by which the content of this view is scrolled
2983 * The offset, in pixels, by which the content of this view is scrolled
4631 * @return Whether any parent scrolled.
4650 * @return Whether any parent scrolled.
4663 boolean scrolled = false;
4668 scrolled |= parent.requestChildRectangleOnScreen(child,
4689 return scrolled;
9035 * view scrolled its own contents). This is typically as a result of
9113 * Set the horizontal scrolled position of your view. This will cause a call to
9123 * Set the vertical scrolled position of your view. This will cause a call to
9133 * Return the scrolled left position of this view. This is the left edge of
9145 * Return the scrolled top position of this view. This is the top edge of
9182 * @param outRect The (scrolled) drawing bounds of the view.
10593 * Set the scrolled position of your view. This will cause a call to
10614 * Move the scrolled position of your view. This will cause a call to
11391 * scrolled horizontally.</p>
11406 * is scrolled horizontally.</p>
11409 * be faded when the view is scrolled
11428 * scrolled horizontally.</p>
11443 * is scrolled vertically.</p>
11446 * be faded when the view is scrolled
11862 * Check if this view can be scrolled horizontally in a certain direction.
11865 * @return true if this view can be scrolled in the specified direction, false otherwise.
11879 * Check if this view can be scrolled vertically in a certain direction.
11882 * @return true if this view can be scrolled in the specified direction, false otherwise.
18913 * Set to true if a view has been scrolled.