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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java109 showOnly(mWhichChild);
149 void showOnly(int childIndex, boolean animate) { method in class:ViewAnimator
175 void showOnly(int childIndex) { method in class:ViewAnimator
177 showOnly(childIndex, animate);
H A DAdapterViewAnimator.java304 showOnly(mWhichChild, animate);
448 void showOnly(int childIndex, boolean animate) { method in class:AdapterViewAnimator
733 showOnly(mWhichChild, false);
735 showOnly(mWhichChild, false);
951 showOnly(mWhichChild, false);
H A DAdapterViewFlipper.java210 showOnly(mWhichChild, flipNow);
H A DViewFlipper.java162 showOnly(mWhichChild, flipNow);
H A DStackView.java415 void showOnly(int childIndex, boolean animate) { method in class:StackView
416 super.showOnly(childIndex, animate);

Completed in 62 milliseconds