Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java45 AnimatableProperty animatableProperty, float newEndValue, in setProperty()
58 AnimatableProperty animatableProperty, float newEndValue, in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java96 int newEndValue = mBounds.top; in startTopAnimation() local
146 int newEndValue = mBounds.bottom; in startBottomAnimation() local
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.java244 int newEndValue = this.height; in startHeightAnimation() local
329 int newEndValue = clipTop ? this.clipTopAmount : this.clipBottomAmount; in startClipAnimation() local