Searched defs:showNext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
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 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.java929 // we don't need to build up showNext or showPrevious calls
930 if (methodName.equals("showNext") || methodName.equals("showPrevious")) {
1836 * Equivalent to calling {@link AdapterViewAnimator#showNext()}
1838 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showNext()}
1840 public void showNext(int viewId) { method in class:RemoteViews
1841 addAction(new ReflectionActionWithoutParams(viewId, "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();

Completed in 73 milliseconds