Searched refs:unlockAnimator (Results 1 – 1 of 1) sorted by relevance
1108 ValueAnimator unlockAnimator = ValueAnimator.ofFloat(0, 1); in getUnlockWindowAnimator() local1109 unlockAnimator.setDuration(CLOSING_TRANSITION_DURATION_MS); in getUnlockWindowAnimator()1112 unlockAnimator.addListener(new AnimatorListenerAdapter() { in getUnlockWindowAnimator()1127 return unlockAnimator; in getUnlockWindowAnimator()