Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringProperty.java30 public static final int FLAG_CAN_SPRING_ON_START = 1 << 1; field in SpringProperty
DAnimatorPlaybackController.java156 : SpringProperty.FLAG_CAN_SPRING_ON_START; in startWithVelocity()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2250 SpringProperty sp = new SpringProperty(SpringProperty.FLAG_CAN_SPRING_ON_START) in addDismissedTaskAnimations()