Searched refs:firstProperty (Results 1 – 3 of 3) sorted by relevance
219 DualRampAnimator(T object, FloatProperty<T> firstProperty, in DualRampAnimator() argument222 mFirst = new RampAnimator<>(object, firstProperty); in DualRampAnimator()
3158 FloatProperty<DisplayPowerState> firstProperty, in getDualRampAnimator() argument3160 return new DualRampAnimator(dps, firstProperty, secondProperty); in getDualRampAnimator()
2243 FloatProperty<DisplayPowerState> firstProperty, in getDualRampAnimator() argument