Searched refs:showOnly (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ViewAnimator.java | 110 showOnly(mWhichChild); in setDisplayedChild() 150 void showOnly(int childIndex, boolean animate) { in showOnly() method in ViewAnimator 176 void showOnly(int childIndex) { in showOnly() method in ViewAnimator 178 showOnly(childIndex, animate); in showOnly()
|
D | AdapterViewAnimator.java | 310 showOnly(mWhichChild, animate); in setDisplayedChild() 457 void showOnly(int childIndex, boolean animate) { in showOnly() method in AdapterViewAnimator 747 showOnly(mWhichChild, false); in checkForAndHandleDataChanged() 749 showOnly(mWhichChild, false); in checkForAndHandleDataChanged() 968 showOnly(mWhichChild, false); in setAdapter()
|
D | ViewFlipper.java | 175 showOnly(mWhichChild, flipNow); in updateRunning()
|
D | AdapterViewFlipper.java | 240 showOnly(mWhichChild, flipNow); in updateRunning()
|
D | StackView.java | 424 void showOnly(int childIndex, boolean animate) { in showOnly() method in StackView 425 super.showOnly(childIndex, animate); in showOnly()
|