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/stack/
DExpandableViewState.java237 int newEndValue = this.height; in startHeightAnimation() local
319 float newEndValue = this.shadowAlpha; in startShadowAlphaAnimation() local
381 int newEndValue = this.clipTopAmount; in startInsetAnimation() local
DViewState.java327 final float newEndValue = this.alpha; in startAlphaAnimation() local
414 float newEndValue = this.zTranslation; in startZTranslationAnimation() local
474 float newEndValue = this.xTranslation; in startXTranslationAnimation() local
539 float newEndValue = this.yTranslation; in startYTranslationAnimation() local
DNotificationStackScrollLayout.java2087 int newEndValue = mBackgroundBounds.top; in startTopAnimation() local
2136 int newEndValue = mBackgroundBounds.bottom; in startBottomAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java38 AnimatableProperty animatableProperty, float newEndValue, in startAnimation()