Searched refs:showPrevious (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java192 public void showPrevious() { method in class:AdapterViewFlipper
193 // if the flipper is currently flipping automatically, and showPrevious() is called
200 super.showPrevious();
H A DStackView.java404 public void showPrevious() { method in class:StackView
414 super.showPrevious();
601 showPrevious();
822 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
828 showPrevious();
835 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
843 showPrevious();
1260 showPrevious();
H A DViewAnimator.java137 public void showPrevious() { method in class:ViewAnimator
H A DAdapterViewAnimator.java342 public void showPrevious() { method in class:AdapterViewAnimator
H A DRemoteViews.java785 // we don't need to build up showNext or showPrevious calls
786 if (methodName.equals("showNext") || methodName.equals("showPrevious")) {
1721 * Equivalent to calling {@link AdapterViewAnimator#showPrevious()}
1723 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showPrevious()}
1725 public void showPrevious(int viewId) { method in class:RemoteViews
1726 addAction(new ReflectionActionWithoutParams(viewId, "showPrevious"));

Completed in 567 milliseconds