Searched refs:activationAnimator (Results 1 – 1 of 1) sorted by relevance
263 Animator activationAnimator; field in LockPatternView.CellState683 if (cellState.activationAnimator != null) { in resetLastActivatedCellProgress()684 cellState.activationAnimator.cancel(); in resetLastActivatedCellProgress()885 if (cellState.activationAnimator != null) { in startCellActivationAnimation()886 cellState.activationAnimator.cancel(); in startCellActivationAnimation()910 cellState.activationAnimator = null; in startCellActivationAnimation()914 cellState.activationAnimator = animatorSet; in startCellActivationAnimation()990 ValueAnimator activationAnimator = ValueAnimator.ofFloat(defaultRadius, activatedRadius); in createDotRadiusAnimation() local991 activationAnimator.addUpdateListener(animatorUpdateListener); in createDotRadiusAnimation()992 activationAnimator.setInterpolator(mLinearOutSlowInInterpolator); in createDotRadiusAnimation()[all …]