Searched refs:closingAnimator (Results 1 – 1 of 1) sorted by relevance
1150 ValueAnimator closingAnimator = ValueAnimator.ofFloat(0, 1); in getClosingWindowAnimators() local1155 closingAnimator.setDuration(duration); in getClosingWindowAnimators()1156 closingAnimator.addUpdateListener(new MultiValueUpdateListener() { in getClosingWindowAnimators()1207 return closingAnimator; in getClosingWindowAnimators()