Searched refs:showNext (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DImageSwitcher.java42 showNext();
49 showNext();
56 showNext();
H A DAdapterViewFlipper.java176 public void showNext() { method in class:AdapterViewFlipper
177 // if the flipper is currently flipping automatically, and showNext() is called
184 super.showNext();
270 showNext();
H A DTextSwitcher.java81 showNext();
H A DViewFlipper.java220 showNext();
H A DStackView.java386 public void showNext() { method in class:StackView
396 super.showNext();
603 showNext();
823 // showNext();
830 showNext();
836 // showNext();
841 showNext();
1122 showNext();
1254 showNext();
H A DViewAnimator.java129 public void showNext() { method in class:ViewAnimator
H A DAdapterViewAnimator.java335 public void showNext() { method in class:AdapterViewAnimator
1070 showNext();
H A DRemoteViews.java785 // we don't need to build up showNext or showPrevious calls
786 if (methodName.equals("showNext") || methodName.equals("showPrevious")) {
1712 * Equivalent to calling {@link AdapterViewAnimator#showNext()}
1714 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showNext()}
1716 public void showNext(int viewId) { method in class:RemoteViews
1717 addAction(new ReflectionActionWithoutParams(viewId, "showNext"));

Completed in 1366 milliseconds