Home | History | Annotate | Download | only in app

Lines Matching refs:getPageDescription

86  * <li>{@link #getPageDescription} to provide the description of the page.</li>
700 mDescriptionView.setText(getPageDescription(mCurrentPageIndex));
827 abstract protected CharSequence getPageDescription(int pageIndex);
925 mDescriptionView.setText(getPageDescription(currentPageIndex));