[go: nahoru, domu]

Lines Matching defs:page

68  * which is a convenient way to supply and manage the lifecycle of each page.
144 private int mCurItem; // Index of currently displayed page.
234 * Indicates that the pager is in an idle, settled state. The current page
259 * Callback interface for responding to changing state of the selected page.
264 * This method will be invoked when the current page is scrolled, either as part
267 * @param position Position index of the first page currently being displayed.
269 * @param positionOffset Value from [0, 1) indicating the offset from the page at position.
275 * This method will be invoked when a new page becomes selected. Animation is not
278 * @param position Position index of the new selected page.
284 * begins dragging, when the pager is automatically settling to the current page,
318 * A PageTransformer is invoked whenever a visible/attached page is scrolled.
320 * to the page views using animation properties.
328 * Apply a property transformation to the given page.
330 * @param page Apply the transformation to this page
331 * @param position Position of page relative to the current front-and-center
333 * page position to the right, and -1 is one page position to the left.
335 public void transformPage(View page, float position);
490 * Set the currently selected page. If the ViewPager has already been through its first
502 * Set the currently selected page.
534 // We are doing a jump by more than one page. To avoid
608 * Set a listener that will be invoked whenever the page changes or is incrementally
618 * Set a {@link PageTransformer} that will be called for each attached page whenever
620 * transformations to each page, overriding the default sliding look and feel.
625 * @param reverseDrawingOrder true if the supplied PageTransformer requires page views
627 * @param transformer PageTransformer that will modify each page's animation properties
663 * current page in the view hierarchy in an idle state. Defaults to 1.
674 * current page in the view hierarchy in an idle state. Pages beyond this
691 Log.w(TAG, "Requested offscreen page limit " + limit + " too small; defaulting to " +
764 // We want the duration of the page snap animation to be influenced by the distance that
901 // Reset our known page widths; populate will recompute them.
1063 Log.i(TAG, "Current page list:");
1065 Log.i(TAG, "#" + i + ": page " + mItems.get(i).position);
1705 * This method will be invoked when the current page is scrolled, either as part
1711 * @param position Position index of the first page currently being displayed.
1713 * @param offset Value from [0, 1) indicating the offset from the page at position.
2183 * @return Info about the page at the current scroll position.
2184 * This can be synthetic for a missing middle page; the 'object' field can be null.
2204 // Create a synthetic item for a missing page.
2242 * @param currentPage the position of the page with the first visible starting edge
2243 * @param pageOffset the fraction of the right-hand page that's visible
2246 * @return the position of the target page
2524 // jump to the right, then what we really want to do is page left.
2534 // jump to the left, then what we really want to do is page right.
2544 // Trying to move left and nothing there; try to page.
2547 // Trying to move right and nothing there; try to page.
2602 * We only want the current page that is being shown to be focusable.
2646 * We only want the current page that is being shown to be touchable.
2665 * We only want the current page that is being shown to be focusable.
2804 * Where to position the view page within the overall ViewPager