OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthAnimator
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java
375
ValueAnimator
widthAnimator
;
432
widthAnimator
= null;
489
cancelAnimator(
widthAnimator
);
490
widthAnimator
= null;
500
boolean widthNeedsAnimation = (currentWidthFactor > 0.0f &&
widthAnimator
== null)
501
|| (
widthAnimator
!= null && widthAnimationIsGrowing);
518
boolean widthNeedsAnimation = (
widthAnimator
== null || !widthAnimationIsGrowing);
566
cancelAnimator(
widthAnimator
);
567
widthAnimator
= ValueAnimator.ofFloat(currentWidthFactor, 0.0f);
568
widthAnimator
.addUpdateListener(widthUpdater)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerHandleView.java
114
ObjectAnimator
widthAnimator
= ObjectAnimator.ofInt(this, WIDTH_PROPERTY,
119
mAnimator.playTogether(
widthAnimator
, heightAnimator);
Completed in 51 milliseconds