Lines Matching defs:next
84 // the previous/next image entries
246 // -1 previous, 0 current, 1 next
350 * previous current next
380 // layout the next image
395 // Draw the next photo
472 ScreenNailEntry next = mScreenNails[ENTRY_NEXT];
478 // exceeds the threshold, switch to next / previous image.
485 if (next.isEnabled()) {
487 controller.startHorizontalSlide(next.mOffsetX - width / 2);
506 ScreenNailEntry next = mScreenNails[ENTRY_NEXT];
518 if (next.isEnabled() && threshold < width - right) {
520 controller.startHorizontalSlide(next.mOffsetX - width / 2);
541 ScreenNailEntry next = mScreenNails[ENTRY_NEXT];
544 mPositionController.startScroll(dx, dy, next.isEnabled(),
576 // We need to ignore the next UP event.
688 mModel.next();
724 public void next();