Searched defs: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 DViewAnimator.java136 public void showPrevious() { method in class:ViewAnimator
H A DAdapterViewAnimator.java345 public void showPrevious() { method in class:AdapterViewAnimator
H A DStackView.java410 public void showPrevious() { method in class:StackView
420 super.showPrevious();
607 showPrevious();
828 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
834 showPrevious();
841 // We reset the gesture variable, because otherwise we will ignore showPrevious() /
849 showPrevious();
1269 showPrevious();
H A DRemoteViews.java1152 // we don't need to build up showNext or showPrevious calls
1153 if (methodName.equals("showNext") || methodName.equals("showPrevious")) {
2717 * Equivalent to calling {@link AdapterViewAnimator#showPrevious()}
2719 * @param viewId The id of the view on which to call {@link AdapterViewAnimator#showPrevious()}
2721 public void showPrevious(int viewId) { method in class:RemoteViews
2722 addAction(new ReflectionActionWithoutParams(viewId, "showPrevious"));

Completed in 81 milliseconds