Home
last modified time | relevance | path

Searched defs:scaleProperty (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java154 FloatProperty<SCALE> scaleProperty, TRANSLATION translationTarget, in createForRecents()
287 public final FloatProperty<SCALE> scaleProperty; field in AnimatorControllerWithResistance.RecentsParams
298 DeviceProfile dp, SCALE scaleTarget, FloatProperty<SCALE> scaleProperty, in RecentsParams()
DWorkspaceRevealAnim.java102 private <T extends View> void addRevealAnimatorsForView(T v, FloatProperty<T> scaleProperty) { in addRevealAnimatorsForView()