I understand that valueFrom and valueTo work with specific screen sizes of the phone. Is there any way to work with interest?

<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" android:duration="1000" android:propertyName="x" android:valueFrom="500" android:valueTo="0" android:valueType="floatType" /> 

    0