Home | History | Annotate | Download | only in keyguard

Lines Matching defs:getCurrentPage

412     int getCurrentPage() {
989 if (getCurrentPage() > 0) {
990 snapToPage(getCurrentPage() - 1);
994 if (getCurrentPage() < getPageCount() - 1) {
995 snapToPage(getCurrentPage() + 1);
1069 View v = getPageAt(getCurrentPage());
1773 if (page >= 0 && page != getCurrentPage() && !isInTouchMode()) {
2655 if (getCurrentPage() < getPageCount() - 1) {
2658 if (getCurrentPage() > 0) {
2681 if (getCurrentPage() < getPageCount() - 1) {
2687 if (getCurrentPage() > 0) {