Searched defs:showOnly (Results 1 - 3 of 3) 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.java306 showOnly(mWhichChild, animate);
454 void showOnly(int childIndex, boolean animate) { method in class:AdapterViewAnimator
744 showOnly(mWhichChild, false);
746 showOnly(mWhichChild, false);
962 showOnly(mWhichChild, false);
H A DStackView.java418 void showOnly(int childIndex, boolean animate) { method in class:StackView
419 super.showOnly(childIndex, animate);

Completed in 208 milliseconds