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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java111 showOnly(mWhichChild);
151 void showOnly(int childIndex, boolean animate) { method in class:ViewAnimator
177 void showOnly(int childIndex) { method in class:ViewAnimator
179 showOnly(childIndex, animate);
H A DAdapterViewAnimator.java307 showOnly(mWhichChild, animate);
455 void showOnly(int childIndex, boolean animate) { method in class:AdapterViewAnimator
745 showOnly(mWhichChild, false);
747 showOnly(mWhichChild, false);
966 showOnly(mWhichChild, false);
H A DAdapterViewFlipper.java226 showOnly(mWhichChild, flipNow);
H A DViewFlipper.java176 showOnly(mWhichChild, flipNow);
H A DStackView.java418 void showOnly(int childIndex, boolean animate) { method in class:StackView
419 super.showOnly(childIndex, animate);

Completed in 100 milliseconds