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

/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java207 public void showPrevious() { method in class:AdapterViewFlipper
208 // if the flipper is currently flipping automatically, and showPrevious() is called
214 super.showPrevious();
H A DStackView.java409 public void showPrevious() { method in class:StackView
419 super.showPrevious();
606 showPrevious();
827 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
833 showPrevious();
840 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
848 showPrevious();
1268 showPrevious();
H A DViewAnimator.java136 public void showPrevious() { method in class:ViewAnimator
H A DAdapterViewAnimator.java345 public void showPrevious() { method in class:AdapterViewAnimator
H A DRemoteViews.java1139 mNext ? "showNext" : "showPrevious", null, false /* async */).invoke(view);
2534 * Equivalent to calling {@link AdapterViewAnimator#showPrevious()}
2536 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showPrevious()}
2538 public void showPrevious(int viewId) { method in class:RemoteViews

Completed in 84 milliseconds