Searched refs:unlockAnimator (Results 1 – 1 of 1) sorted by relevance
1189 ValueAnimator unlockAnimator = ValueAnimator.ofFloat(0, 1); in getUnlockWindowAnimator() local1190 unlockAnimator.setDuration(CLOSING_TRANSITION_DURATION_MS); in getUnlockWindowAnimator()1193 unlockAnimator.addListener(new AnimatorListenerAdapter() { in getUnlockWindowAnimator()1208 return unlockAnimator; in getUnlockWindowAnimator()