Searched defs:alphaValues (Results 1 – 1 of 1) sorted by relevance
715 float[] alphaValues = isOpening ? new float[] {0, 1} : new float[] {1, 0}; in getOpenCloseAnimator() local741 private void fadeInChildViews(ViewGroup group, float[] alphaValues, long startDelay, in fadeInChildViews()747 fadeInChildViews((ViewGroup) view, alphaValues, startDelay, duration, out); in fadeInChildViews() local