Lines Matching defs:page
119 * Returns the Viewgroup containing page contents for the page at the index specified.
122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
123 if (page instanceof PagedViewCellLayout) {
125 page = (ViewGroup) page.getChildAt(0);
127 return page;
159 // Select the previous widget or the last widget on the previous page
176 // Select the next widget or the first widget on the next page
226 // Select the first item on the previous page, or the first item on this page
227 // if there is no previous page
242 // Select the first item on the next page, or the last item on this page
243 // if there is no next page
258 // Select the first item on this page
266 // Select the last item on this page
318 // Select the previous icon or the last icon on the previous page
336 // Select the next icon or the first icon on the next page
385 // Select the first icon on the previous pagepage
386 // if there is no previous page
402 // Select the first icon on the next page, or the last icon on this page
403 // if there is no next page
419 // Select the first icon on this page
426 // Select the last icon on this page
511 // Select the previous button, otherwise snap to the previous page
522 // Select the next button, otherwise snap to the next page
533 // Select the first bubble text view in the current page of the workspace
680 // Select the previous icon or the last icon on the previous page if possible
692 // Snap to the previous page
702 // Select the next icon or the first icon on the next page if possible
713 // Snap to the next page
747 // Select the first icon on the previous page or the first icon on this page
748 // if there is no previous page
755 // Snap to the previous page
769 // Select the first icon on the next page or the last icon on this page
770 // if there is no previous page
777 // Snap to the next page
792 // Select the first icon on this page
802 // Select the last icon on this page
875 // Select the first icon on this page
885 // Select the last icon on this page