Home
last modified time | relevance | path

Searched defs:newEndValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java47 AnimatableProperty animatableProperty, float newEndValue, in setProperty()
60 AnimatableProperty animatableProperty, float newEndValue, in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java440 final float newEndValue = this.mAlpha; in startAlphaAnimation() local
527 float newEndValue = this.mZTranslation; in startZTranslationAnimation() local
588 float newEndValue = this.mXTranslation; in startXTranslationAnimation() local
654 float newEndValue = this.mYTranslation; in startYTranslationAnimation() local
DExpandableViewState.java241 int newEndValue = this.height; in startHeightAnimation() local
326 int newEndValue = clipTop ? this.clipTopAmount : this.clipBottomAmount; in startClipAnimation() local