Searched refs:fadeInChildViews (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 736 fadeInChildViews(this, alphaValues, childFadeStartDelay, childFadeDuration, animatorSet); in getOpenCloseAnimator() 741 private void fadeInChildViews(ViewGroup group, float[] alphaValues, long startDelay, in fadeInChildViews() method in ArrowPopup 747 fadeInChildViews((ViewGroup) view, alphaValues, startDelay, duration, out); in fadeInChildViews()
|