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 DTextSwitcher.java79 showNext();
H A DAdapterViewFlipper.java160 public void showNext() { method in class:AdapterViewFlipper
161 // if the flipper is currently flipping automatically, and showNext() is called
168 super.showNext();
254 showNext();
H A DViewFlipper.java206 showNext();
H A DStackView.java383 public void showNext() { method in class:StackView
393 super.showNext();
600 showNext();
820 // showNext();
827 showNext();
833 // showNext();
838 showNext();
1119 showNext();
H A DViewAnimator.java127 public void showNext() { method in class:ViewAnimator
H A DAdapterViewAnimator.java332 public void showNext() { method in class:AdapterViewAnimator
1037 showNext();
H A DRemoteViews.java1116 * Equivalent to calling {@link AdapterViewAnimator#showNext()}
1118 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showNext()}
1120 public void showNext(int viewId) { method in class:RemoteViews
1121 addAction(new ReflectionActionWithoutParams(viewId, "showNext"));

Completed in 122 milliseconds