Lines Matching refs:page

73  * which is a convenient way to supply and manage the lifecycle of each page.
161 private int mCurItem; // Index of currently displayed page.
254 * Indicates that the pager is in an idle, settled state. The current page
279 * Callback interface for responding to changing state of the selected page.
284 * This method will be invoked when the current page is scrolled, either as part
287 * @param position Position index of the first page currently being displayed.
289 * @param positionOffset Value from [0, 1) indicating the offset from the page at position.
295 * This method will be invoked when a new page becomes selected. Animation is not
298 * @param position Position index of the new selected page.
304 * begins dragging, when the pager is automatically settling to the current page,
338 * A PageTransformer is invoked whenever a visible/attached page is scrolled.
340 * to the page views using animation properties.
348 * Apply a property transformation to the given page.
350 * @param page Apply the transformation to this page
351 * @param position Position of page relative to the current front-and-center
353 * page position to the right, and -1 is one page position to the left.
355 public void transformPage(View page, float position);
601 * Set the currently selected page. If the ViewPager has already been through its first
613 * Set the currently selected page.
648 // We are doing a jump by more than one page. To avoid
696 * Set a listener that will be invoked whenever the page changes or is incrementally
710 * Add a listener that will be invoked whenever the page changes or is incrementally
748 * Set a {@link PageTransformer} that will be called for each attached page whenever
750 * transformations to each page, overriding the default sliding look and feel.
755 * @param reverseDrawingOrder true if the supplied PageTransformer requires page views
757 * @param transformer PageTransformer that will modify each page's animation properties
813 * current page in the view hierarchy in an idle state. Defaults to 1.
824 * current page in the view hierarchy in an idle state. Pages beyond this
841 Log.w(TAG, "Requested offscreen page limit " + limit + " too small; defaulting to " +
913 // We want the duration of the page snap animation to be influenced by the distance that
1067 // Reset our known page widths; populate will recompute them.
1227 Log.i(TAG, "Current page list:");
1229 Log.i(TAG, "#" + i + ": page " + mItems.get(i).position);
1835 * This method will be invoked when the current page is scrolled, either as part
1841 * @param position Position index of the first page currently being displayed.
1843 * @param offset Value from [0, 1) indicating the offset from the page at position.
2338 * @return Info about the page at the current scroll position.
2339 * This can be synthetic for a missing middle page; the 'object' field can be null.
2355 // Create a synthetic item for a missing page.
2787 // jump to the right, then what we really want to do is page left.
2797 // jump to the left, then what we really want to do is page right.
2807 // Trying to move left and nothing there; try to page.
2810 // Trying to move right and nothing there; try to page.
2862 * We only want the current page that is being shown to be focusable.
2906 * We only want the current page that is being shown to be touchable.
2925 * We only want the current page that is being shown to be focusable.
2964 // Dispatch all other accessibility events from the current page.
3081 * Where to position the view page within the overall ViewPager