Home
last modified time | relevance | path

Searched refs:firstBubbleProperty (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java459 StackPositionProperty firstBubbleProperty = new StackPositionProperty(property);
460 final float currentValue = firstBubbleProperty.getValue(this);
471 FlingAnimation flingAnimation = new FlingAnimation(this, firstBubbleProperty);
635 StackPositionProperty firstBubbleProperty = new StackPositionProperty(property); in springFirstBubbleWithStackFollowing() local
637 new SpringAnimation(this, firstBubbleProperty) in springFirstBubbleWithStackFollowing()