Searched refs:widthAnimator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java345 ValueAnimator widthAnimator; field in class:PasswordTextView.CharState
402 widthAnimator = null;
459 cancelAnimator(widthAnimator);
460 widthAnimator = null;
470 boolean widthNeedsAnimation = (currentWidthFactor > 0.0f && widthAnimator == null)
471 || (widthAnimator != null && widthAnimationIsGrowing);
488 boolean widthNeedsAnimation = (widthAnimator == null || !widthAnimationIsGrowing);
536 cancelAnimator(widthAnimator);
537 widthAnimator = ValueAnimator.ofFloat(currentWidthFactor, 0.0f);
538 widthAnimator
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java114 ObjectAnimator widthAnimator = ObjectAnimator.ofInt(this, WIDTH_PROPERTY,
119 mAnimator.playTogether(widthAnimator, heightAnimator);

Completed in 980 milliseconds