Home | History | Annotate | Download | only in launcher3

Lines Matching defs:page

118      * Returns the Viewgroup containing page contents for the page at the index specified.
121 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
122 if (page instanceof CellLayout) {
124 page = ((CellLayout) page).getShortcutsAndWidgets();
126 return page;
158 // Select the previous widget or the last widget on the previous page
175 // Select the next widget or the first widget on the next page
225 // Select the first item on the previous page, or the first item on this page
226 // if there is no previous page
241 // Select the first item on the next page, or the last item on this page
242 // if there is no next page
257 // Select the first item on this page
265 // Select the last item on this page
317 // Select the previous icon or the last icon on the previous page
335 // Select the next icon or the first icon on the next page
384 // Select the first icon on the previous page, or the first icon on this page
385 page
401 // Select the first icon on the next page, or the last icon on this page
402 // if there is no next page
418 // Select the first icon on this page
425 // Select the last icon on this page
510 // Select the previous button, otherwise snap to the previous page
521 // Select the next button, otherwise snap to the next page
532 // Select the first bubble text view in the current page of the workspace
679 // Select the previous icon or the last icon on the previous page if possible
691 // Snap to the previous page
701 // Select the next icon or the first icon on the next page if possible
712 // Snap to the next page
746 // Select the first icon on the previous page or the first icon on this page
747 // if there is no previous page
754 // Snap to the previous page
768 // Select the first icon on the next page or the last icon on this page
769 // if there is no previous page
776 // Snap to the next page
791 // Select the first icon on this page
801 // Select the last icon on this page
875 // Select the first icon on this page
885 // Select the last icon on this page