Lines Matching refs:page

70  * which is a convenient way to supply and manage the lifecycle of each page.
141 private int mCurItem; // Index of currently displayed page.
231 * Indicates that the pager is in an idle, settled state. The current page
256 * Callback interface for responding to changing state of the selected page.
261 * This method will be invoked when the current page is scrolled, either as part
264 * @param position Position index of the first page currently being displayed.
266 * @param positionOffset Value from [0, 1) indicating the offset from the page at position.
272 * This method will be invoked when a new page becomes selected. Animation is not
275 * @param position Position index of the new selected page.
281 * begins dragging, when the pager is automatically settling to the current page,
315 * A PageTransformer is invoked whenever a visible/attached page is scrolled.
317 * to the page views using animation properties.
325 * Apply a property transformation to the given page.
327 * @param page Apply the transformation to this page
328 * @param position Position of page relative to the current front-and-center
330 * page position to the right, and -1 is one page position to the left.
332 public void transformPage(View page, float position);
487 * Set the currently selected page. If the ViewPager has already been through its first
499 * Set the currently selected page.
534 // We are doing a jump by more than one page. To avoid
591 * Set a listener that will be invoked whenever the page changes or is incrementally
601 * Set a {@link PageTransformer} that will be called for each attached page whenever
603 * transformations to each page, overriding the default sliding look and feel.
608 * @param reverseDrawingOrder true if the supplied PageTransformer requires page views
610 * @param transformer PageTransformer that will modify each page's animation properties
666 * current page in the view hierarchy in an idle state. Defaults to 1.
677 * current page in the view hierarchy in an idle state. Pages beyond this
694 Log.w(TAG, "Requested offscreen page limit " + limit + " too small; defaulting to " +
766 // We want the duration of the page snap animation to be influenced by the distance that
903 // Reset our known page widths; populate will recompute them.
1065 Log.i(TAG, "Current page list:");
1067 Log.i(TAG, "#" + i + ": page " + mItems.get(i).position);
1664 * This method will be invoked when the current page is scrolled, either as part
1670 * @param position Position index of the first page currently being displayed.
1672 * @param offset Value from [0, 1) indicating the offset from the page at position.
2109 * @return Info about the page at the current scroll position.
2110 * This can be synthetic for a missing middle page; the 'object' field can be null.
2126 // Create a synthetic item for a missing page.
2552 // jump to the right, then what we really want to do is page left.
2562 // jump to the left, then what we really want to do is page right.
2572 // Trying to move left and nothing there; try to page.
2575 // Trying to move right and nothing there; try to page.
2627 * We only want the current page that is being shown to be focusable.
2671 * We only want the current page that is being shown to be touchable.
2690 * We only want the current page that is being shown to be focusable.
2729 // Dispatch all other accessibility events from the current page.
2845 * Where to position the view page within the overall ViewPager