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