HomeSort by relevance Sort by last modified time
    Searched full:showprevious (Results 1 - 13 of 13) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewAnimator.java 19 public void showPrevious() {
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 192 public void showPrevious() {
193 // if the flipper is currently flipping automatically, and showPrevious() is called
200 super.showPrevious();
StackView.java 404 public void showPrevious() {
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();
    [all...]
ViewAnimator.java 137 public void showPrevious() {
RemoteViews.java     [all...]
AdapterViewAnimator.java 342 public void showPrevious() {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 246 mViewAnimator.showPrevious();
249 mViewAnimator.showPrevious();
252 mViewAnimator.showPrevious();
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.widget.RemoteViews.html 143 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/RemoteViews.html#showPrevious(int)" target="_top"><code>showPrevious</code></A>(<code>int</code>)</nobr>
methods_index_additions.html     [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_all.html     [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 457 * Use with {@link RemoteViews#showNext(int)}, {@link RemoteViews#showPrevious(int)},
489 * Use with {@link RemoteViews#showNext(int)}, {@link RemoteViews#showPrevious(int)},
    [all...]

Completed in 328 milliseconds