Searched refs:secondProperty (Results 1 – 3 of 3) sorted by relevance
220 FloatProperty<T> secondProperty) { in DualRampAnimator() argument223 mSecond = new RampAnimator<>(object, secondProperty); in DualRampAnimator()
3159 FloatProperty<DisplayPowerState> secondProperty) { in getDualRampAnimator() argument3160 return new DualRampAnimator(dps, firstProperty, secondProperty); in getDualRampAnimator()
2244 FloatProperty<DisplayPowerState> secondProperty) { in getDualRampAnimator() argument