Home
last modified time | relevance | path

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

/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts440 declare interface AnimatableArithmetic<T> { interface
450 plus(rhs: AnimatableArithmetic<T>): AnimatableArithmetic<T>;
461 subtract(rhs: AnimatableArithmetic<T>): AnimatableArithmetic<T>;
472 multiply(scale: number): AnimatableArithmetic<T>;
483 equals(rhs: AnimatableArithmetic<T>): boolean;