Searched defs:showOnly (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java110 showOnly(mWhichChild);
150 void showOnly(int childIndex, boolean animate) { method in class:ViewAnimator
176 void showOnly(int childIndex) { method in class:ViewAnimator
178 showOnly(childIndex, animate);
H A DAdapterViewAnimator.java310 showOnly(mWhichChild, animate);
458 void showOnly(int childIndex, boolean animate) { method in class:AdapterViewAnimator
748 showOnly(mWhichChild, false);
750 showOnly(mWhichChild, false);
969 showOnly(mWhichChild, false);
H A DStackView.java424 void showOnly(int childIndex, boolean animate) { method in class:StackView
425 super.showOnly(childIndex, animate);

Completed in 87 milliseconds