Searched refs:unlockAnimator (Results 1 – 1 of 1) sorted by relevance
1277 ValueAnimator unlockAnimator = ValueAnimator.ofFloat(0, 1); in getUnlockWindowAnimator() local1278 unlockAnimator.setDuration(CLOSING_TRANSITION_DURATION_MS); in getUnlockWindowAnimator()1281 unlockAnimator.addListener(new AnimatorListenerAdapter() { in getUnlockWindowAnimator()1295 return unlockAnimator; in getUnlockWindowAnimator()