Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DViewAnimator.java110 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()
DAdapterViewAnimator.java310 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()
DViewFlipper.java175 showOnly(mWhichChild, flipNow); in updateRunning()
DAdapterViewFlipper.java240 showOnly(mWhichChild, flipNow); in updateRunning()
DStackView.java424 void showOnly(int childIndex, boolean animate) { in showOnly() method in StackView
425 super.showOnly(childIndex, animate); in showOnly()