Searched refs:showOnly (Results 1 – 7 of 7) 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 | 423 void showOnly(int childIndex, boolean animate) { in showOnly() method in StackView 424 super.showOnly(childIndex, animate); in showOnly()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 7403 Landroid/widget/ViewAnimator;->showOnly(IZ)V
|
D | boot-image-profile.txt | 37630 HSPLandroid/widget/ViewAnimator;->showOnly(I)V 37631 HSPLandroid/widget/ViewAnimator;->showOnly(IZ)V
|